HomeSort by relevance Sort by last modified time
    Searched refs:code (Results 951 - 975 of 19832) sorted by null

<<31323334353637383940>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
thumbver.s 6 .code 16
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/hppa/basic/
copr.s 1 .code
fp_misc.s 1 .code
immed.s 1 .code
spop.s 1 .code
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/hppa/parse/
align1.s 1 .code
linesepbug.s 1 .code
stdreg.s 1 .code
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/hppa/reloc/
blebug.s 1 .code
3 .IMPORT $$dyncall,MILLICODE ; Code for dynamic function calls.
selectorbug.s 8 .code
10 .EXPORT foo,CODE
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
lui-1.s 1 # Source code used to test error diagnostics with the LUI instruction.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
local-1.s 11 # code or data.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/nios2/
warn_nobreak.l 3 If you don't need to debug this code use .set nobreak to turn off this warning.
5 If you don't need to debug this code use .set nobreak to turn off this warning.
7 If you don't need to debug this code use .set nobreak to turn off this warning.
9 If you don't need to debug this code use .set nobreak to turn off this warning.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/
pcrel2.s 4 code: label
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
v10-v32.d 6 # error: contains non-CRIS-v32 code
9 # not work. Source code and "-m criself" doesn't work with *-linux-gnu.
v32-v10.d 6 # error: contains CRIS v32 code
10 # Source code and "-m criself" doesn't work with *-linux-gnu.
  /external/python/cpython3/Lib/
pickletools.py 32 # - A pickle optimizer: for example, tuple-building code is sometimes more
146 # copyreg.safe_constructors are removed from the unpickling code.
853 implementations don't share the code -- they should). It's
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
indic.pl 22 # undefined code point U+D01 (derived via mapping from InterIndic)
28 # the code points in common, and a list of the exceptions.
40 # The template file should contain java code that can be used
66 my $code = $fullCode & 0x7F; # e.g., 0x3F
69 # e.g., $code/$script/$name = 3F/MALAYALAM/VOWEL SIGN I
77 if ($script eq 'Gujarati' && $code >= 5 && $code <= 0x14) {
93 # code point. For each code point, keep an array of script names.
95 push @{$NAME_CODE_TO_SCRIPTS{$name}{$code}}, $script
    [all...]
  /external/valgrind/none/tests/amd64/
faultstatus.c 15 int code; member in struct:test
39 static int testcode(int code, int want)
41 if (code != want) {
42 fprintf(stderr, " FAIL: expected si_code==%d, not %d\n", want, code);
63 ok = ok && testcode(si->si_code, cur_test->code);
116 #define T(n, sig, code, addr) { test##n, sig, code, addr }
  /external/valgrind/none/tests/x86/
faultstatus.c 16 int code; member in struct:test
42 static int testcode(int code, int want)
44 if (code != want) {
45 fprintf(stderr, " FAIL: expected si_code==%d, not %d\n", want, code);
66 ok = ok && testcode(si->si_code, cur_test->code);
134 #define T(n, sig, code, addr) { test##n, sig, code, addr }
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ProfileAwareUriMatcher.java 58 * @param code the code to match for the root URI
60 public ProfileAwareUriMatcher(int code) {
61 super(code);
65 public void addURI(String authority, String path, int code) {
66 super.addURI(authority, path, code);
86 PROFILE_URIS.add(code);
93 PROFILE_URI_ID_MAP.put(code, i);
96 PROFILE_URI_LOOKUP_KEY_MAP.put(code, i);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
extutil.h 110 int /* code */,
148 * helper macros to generate code that is common to all extensions; caller
176 char *proc (Display *dpy, int code, XExtCodes *codes, char *buf, int n) \
178 code -= codes->first_error; \
179 if (code >= 0 && code < nerr) { \
181 sprintf (tmp, "%s.%d", extname, code); \
182 XGetErrorDatabaseText (dpy, "XProtoError", tmp, errl[code], buf, n); \
189 char *proc(Display *dpy, int code, XExtCodes *codes, char *buf, int n)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
_codecs_hk.c 35 * These are handled by not mapping tables but a hand-written code.
43 DBCHAR code; local
59 TRYMAP_ENC(big5hkscs_bmp, code, c) {
60 if (code == MULTIC) {
64 code = big5hkscs_pairenc_table[
74 code = 0x8866;
76 code = 0x88a7;
80 else TRYMAP_ENC(big5, code, c);
86 TRYMAP_ENC(big5hkscs_nonbmp, code, c & 0xffff);
92 OUT1(code >> 8)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
_codecs_hk.c 35 * These are handled by not mapping tables but a hand-written code.
43 DBCHAR code; local
59 TRYMAP_ENC(big5hkscs_bmp, code, c) {
60 if (code == MULTIC) {
64 code = big5hkscs_pairenc_table[
74 code = 0x8866;
76 code = 0x88a7;
80 else TRYMAP_ENC(big5, code, c);
86 TRYMAP_ENC(big5hkscs_nonbmp, code, c & 0xffff);
92 OUT1(code >> 8)
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
DisablePaging64.S 41 lea L1(%rip), %rsi # rsi <- The start address of transition code
43 lea _mTransitionEnd(%rip), %rax # rax <- end of transition code
44 sub %rsi, %rax # rax <- The size of transition piece code
47 sub %rax, %rdi # rdi <- use stack to hold transition code
48 mov %edi, %r10d # r10 <- The start address of transicition code below 4G
50 mov %rax, %rcx # rcx <- The size of transition piece code
52 movsb # copy transition code to (new stack - 64byte) below 4G
60 push %r10 # push address of transition code on stack
62 # (Use raw byte code since some GNU assemblers generates incorrect code for "retq")
    [all...]

Completed in 1199 milliseconds

<<31323334353637383940>>