代码搜索:adjusted

找到约 378 项符合「adjusted」的源代码

代码结果 378
www.eeworm.com/read/347503/3169320

s relax-group.s

;;; Test 68HC11 linker relaxation (group relax) ;;; .sect .text .globl _start _start: ;;; ;;; The following group of instructions are adjusted. ;;; .relax L1x ldx #table bset 0,x #4 L1x: .relax
www.eeworm.com/read/292705/3945991

h affs_fs_sb.h

#ifndef _AFFS_FS_SB #define _AFFS_FS_SB /* * super-block data in memory * * Block numbers are adjusted for their actual size * */ struct affs_bm_info { u32 bm_key; /* Disk block number */ u
www.eeworm.com/read/288937/3998740

h affs_fs_sb.h

#ifndef _AFFS_FS_SB #define _AFFS_FS_SB /* * super-block data in memory * * Block numbers are adjusted for their actual size * */ struct affs_bm_info { u32 bm_key; /* Disk block number */ u
www.eeworm.com/read/447738/1695426

s relax-group.s

;;; Test 68HC11 linker relaxation (group relax) ;;; .sect .text .globl _start _start: ;;; ;;; The following group of instructions are adjusted. ;;; .relax L1x ldx #table bset 0,x #4 L1x: .relax
www.eeworm.com/read/439082/1816007

h affs_fs_sb.h

#ifndef _AFFS_FS_SB #define _AFFS_FS_SB /* * super-block data in memory * * Block numbers are adjusted for their actual size * */ struct affs_bm_info { u32 bm_key; /* Disk block number */ u
www.eeworm.com/read/430518/1924985

h affs_fs_sb.h

#ifndef _AFFS_FS_SB #define _AFFS_FS_SB /* * super-block data in memory * * Block numbers are adjusted for their actual size * */ struct affs_bm_info { u32 bm_key; /* Disk block number */ u
www.eeworm.com/read/410339/2211884

h affs_fs_sb.h

#ifndef _AFFS_FS_SB #define _AFFS_FS_SB /* * super-block data in memory * * Block numbers are adjusted for their actual size * */ struct affs_bm_info { u32 bm_key; /* Disk block number */ u
www.eeworm.com/read/395229/2448378

h affs_fs_sb.h

#ifndef _AFFS_FS_SB #define _AFFS_FS_SB /* * super-block data in memory * * Block numbers are adjusted for their actual size * */ struct affs_bm_info { u32 bm_key; /* Disk block number */ u
www.eeworm.com/read/357083/3030512

h affs_fs_sb.h

#ifndef _AFFS_FS_SB #define _AFFS_FS_SB /* * super-block data in memory * * Block numbers are adjusted for their actual size * */ struct affs_bm_info { u32 bm_key; /* Disk block number */ u
www.eeworm.com/read/173430/9658969

c gunzip.c

/* vi: set sw=4 ts=4: */ /* * Gzip implementation for busybox * * Based on GNU gzip v1.2.4 Copyright (C) 1992-1993 Jean-loup Gailly. * * Originally adjusted for busybox by Sven Rudolph