/device/google/crosshatch/json-c/ |
D | arraylist.h | 35 array_list_free(struct array_list *al); 38 array_list_get_idx(struct array_list *al, int i); 41 array_list_put_idx(struct array_list *al, int i, void *data); 44 array_list_add(struct array_list *al, void *data); 47 array_list_length(struct array_list *al);
|
/device/google/redbull/json-c/ |
D | arraylist.h | 35 array_list_free(struct array_list *al); 38 array_list_get_idx(struct array_list *al, int i); 41 array_list_put_idx(struct array_list *al, int i, void *data); 44 array_list_add(struct array_list *al, void *data); 47 array_list_length(struct array_list *al);
|
/device/google/sunfish/json-c/ |
D | arraylist.h | 35 array_list_free(struct array_list *al); 38 array_list_get_idx(struct array_list *al, int i); 41 array_list_put_idx(struct array_list *al, int i, void *data); 44 array_list_add(struct array_list *al, void *data); 47 array_list_length(struct array_list *al);
|
/device/google/bonito/json-c/ |
D | arraylist.h | 35 array_list_free(struct array_list *al); 38 array_list_get_idx(struct array_list *al, int i); 41 array_list_put_idx(struct array_list *al, int i, void *data); 44 array_list_add(struct array_list *al, void *data); 47 array_list_length(struct array_list *al);
|
/device/google/coral/json-c/ |
D | arraylist.h | 35 array_list_free(struct array_list *al); 38 array_list_get_idx(struct array_list *al, int i); 41 array_list_put_idx(struct array_list *al, int i, void *data); 44 array_list_add(struct array_list *al, void *data); 47 array_list_length(struct array_list *al);
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/Ia32/ |
D | SmiException.asm | 92 mov al, [eax] 93 cmp al, 0 113 mov al, [eax] 114 cmp al, 0 134 mov al, [eax] 135 cmp al, 0 155 mov al, [eax] 156 cmp al, 0
|
D | SmiException.S | 99 movb (%eax), %al 100 cmpb $0, %al 120 movb (%eax), %al 121 cmpb $0, %al 141 movb (%eax), %al 142 cmpb $0, %al 162 movb (%eax), %al 163 cmpb $0, %al
|
D | SmiException.nasm | 100 mov al, [eax] 101 cmp al, 0 121 mov al, [eax] 122 cmp al, 0 142 mov al, [eax] 143 cmp al, 0 163 mov al, [eax] 164 cmp al, 0
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/X64/ |
D | SmiException.S | 98 movb (%rax), %al 99 cmpb $0, %al 121 movb (%rax), %al 122 cmpb $0, %al 142 movb (%rax), %al 143 cmpb $0, %al 165 movb (%rax), %al 166 cmpb $0, %al
|
D | SmiException.nasm | 99 mov al, [rax] 100 cmp al, 0 122 mov al, [rax] 123 cmp al, 0 143 mov al, [rax] 144 cmp al, 0 166 mov al, [rax] 167 cmp al, 0
|
D | SmiException.asm | 96 mov al, [rax] 97 cmp al, 0 119 mov al, [rax] 120 cmp al, 0 140 mov al, [rax] 141 cmp al, 0 163 mov al, [rax] 164 cmp al, 0
|
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
D | Mbr.S | 94 movb %dh, %al # AL = DH 95 incb %al # MaxHead = AL + 1 97 movb %cl, %al # AL = CL 98 andb $0x3f, %al # MaxSector = AL & 0x3f 106 movb MbrPartitionIndicator(%bp), %al # AX = MbrPartitionIndex 107 cmpb $0xff, %al # 0xFF means do legacy MBR boot 114 cmpb $4, %al # MbrPartitionIndex should < 4
|
D | Mbr.asm | 94 mov al,dh ; AL = DH 95 inc al ; MaxHead = AL + 1 97 mov al,cl ; AL = CL 98 and al,03fh ; MaxSector = AL & 0x3f 106 mov al, byte ptr [bp+MbrPartitionIndicator] ; AX = MbrPartitionIndex 107 cmp al, 0ffh ; 0xFF means do legacy MBR boot 114 cmp al, 4 ; MbrPartitionIndex should < 4
|
D | bs16.S | 87 movb %dh, %al # al = dh 88 incb %al # MaxHead = al + 1 90 movb %cl, %al # al = cl 91 andb $0x3f, %al # MaxSector = al & 0x3f 235 movb %al, %ch # ch = Cylinder 236 movb %bl, %al # al = Blocks
|
D | bs32.S | 101 movb %dh, %al # al = dh 102 incb %al # MaxHead = al + 1 104 movb %cl, %al # al = cl 105 andb $0x3f, %al # MaxSector = al & 0x3f 256 movb %al, %ch # ch = Cylinder 257 movb %bl, %al # al = Blocks
|
D | bs16.asm | 85 mov al,dh ; al = dh 86 inc al ; MaxHead = al + 1 88 mov al,cl ; al = cl 89 and al,03fh ; MaxSector = al & 0x3f 232 mov ch,al ; ch = Cylinder 233 mov al,bl ; al = Blocks
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseIoLibIntrinsic/ |
D | IoLibIcc.c | 42 in al, dx in IoRead8() 44 mov Data, al in IoRead8() 72 mov al, byte ptr [Value] in IoWrite8() 74 out dx, al in IoWrite8()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_al.py | 6 al = import_module('al', deprecated=True) variable 21 getattr(al, attr)
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/ |
D | EfiSetMem.c | 67 and al, 07h in EfiCommonLibSetMem() local 68 test al, al in EfiCommonLibSetMem() local 82 mov al, bl in EfiCommonLibSetMem() local
|
D | EfiSetMemSSE2.c | 67 and al, 0fh in EfiCommonLibSetMem() local 68 test al, al in EfiCommonLibSetMem() local 82 mov al, bl in EfiCommonLibSetMem() local
|
D | EfiSetMemRep4.c | 50 mov al, Value in EfiCommonLibSetMem() 51 mov ah, al in EfiCommonLibSetMem()
|
D | EfiSetMem.S | 78 andb $0x7, %al 79 testb %al, %al 93 movb %bl, %al
|
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/ |
D | SerialDebug.asm | 65 in al, dx 72 test al, LSR_TXRDY 79 mov al, %2 80 out dx, al
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/X64/ |
D | EfiSetMemRep4.S | 42 mov %r8b,%al 43 mov %al,%ah 51 rep stos %al,%es:(%rdi)
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseIoLibIntrinsic/ |
D | IoLibIcc.c | 233 in al, dx in IoRead8() 235 mov Data, al in IoRead8() 263 mov al, byte ptr [Value] in IoWrite8() 265 out dx, al in IoWrite8()
|