| /dalvik/dx/src/com/android/dx/dex/code/form/ |
| Form10x.java | 17 package com.android.dx.dex.code.form; 19 import com.android.dx.dex.code.DalvInsn; 20 import com.android.dx.dex.code.InsnFormat; 21 import com.android.dx.dex.code.SimpleInsn; 25 * Instruction format {@code 10x}. See the instruction format spec 29 /** {@code non-null;} unique instance of this class */
|
| Form30t.java | 17 package com.android.dx.dex.code.form; 19 import com.android.dx.dex.code.DalvInsn; 20 import com.android.dx.dex.code.InsnFormat; 21 import com.android.dx.dex.code.TargetInsn; 25 * Instruction format {@code 30t}. See the instruction format spec 29 /** {@code non-null;} unique instance of this class */
|
| /dalvik/dx/src/com/android/dx/rop/code/ |
| TranslationAdvice.java | 17 package com.android.dx.rop.code; 23 * the early stage code be explicitly tied to the target. 33 * @param opcode {@code non-null;} the opcode 34 * @param sourceA {@code non-null;} the first source 35 * @param sourceB {@code non-null;} the second source 36 * @return {@code true} iff the target can represent the operation 46 * @param opcode {@code non-null;} opcode 47 * @param sources {@code non-null;} source list 48 * @return {@code true} iff the target requires the sources to be
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
| inflate.h | 13 the crc code when it is not needed. For shared libraries, gzip decoding
38 LENLENS, /* i: waiting for code length code lengths */
39 CODELENS, /* i: waiting for length/lit and distance code lengths */
41 LEN, /* i: waiting for length/lit/eob code */
43 DIST, /* i: waiting for distance code */
103 /* for table and code decoding */
105 /* fixed and dynamic code tables */
106 code const FAR *lencode; /* starting table for length/literal codes */
107 code const FAR *distcode; /* starting table for distance codes */ [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
| inflate.h | 13 the crc code when it is not needed. For shared libraries, gzip decoding
37 LENLENS, /* i: waiting for code length code lengths */
38 CODELENS, /* i: waiting for length/lit and distance code lengths */
39 LEN, /* i: waiting for length/lit code */
41 DIST, /* i: waiting for distance code */
99 /* for table and code decoding */
101 /* fixed and dynamic code tables */
102 code const FAR *lencode; /* starting table for length/literal codes */
103 code const FAR *distcode; /* starting table for distance codes */ [all...] |
| /external/capstone/arch/XCore/ |
| XCoreInstPrinter.h | 15 // extract details from assembly code @code 16 void XCore_insn_extract(MCInst *MI, const char *code);
|
| /external/compiler-rt/test/tsan/ |
| signal_longjmp.cc | 37 #define MUST_FAULT(code) do { \ 40 code; /* should pagefault -> sihandler does longjmp */ \ 41 fprintf(stderr, "%s not faulted\n", #code); \ 44 fprintf(stderr, "%s faulted ok\n", #code); \
|
| /external/libffi/testsuite/libffi.call/ |
| closure_simple.c | 30 void *code; local 31 ffi_closure *pcl = ffi_closure_alloc(sizeof(ffi_closure), &code); 46 (void *) 3 /* userdata */, code) == FFI_OK); 48 res = (*(closure_test_type0)code)(0, 1, 2, 3);
|
| cls_double_va.c | 26 void *code; local 27 ffi_closure *pcl = ffi_closure_alloc(sizeof(ffi_closure), &code); 53 code) == FFI_OK); 55 res = ((int(*)(char*, ...))(code))(format, doubleArg);
|
| cls_longdouble_va.c | 26 void *code; local 27 ffi_closure *pcl = ffi_closure_alloc(sizeof(ffi_closure), &code); 53 code) == FFI_OK); 55 res = ((int(*)(char*, ...))(code))(format, ldArg);
|
| cls_uchar_va.c | 25 void *code; local 26 ffi_closure *pcl = ffi_closure_alloc(sizeof(ffi_closure), &code); 38 CHECK(ffi_prep_closure_loc(pcl, &cif, cls_ret_T_fn, NULL, code) == FFI_OK); 39 res = ((((cls_ret_T)code)(67, 4)));
|
| cls_uint_va.c | 26 void *code; local 27 ffi_closure *pcl = ffi_closure_alloc(sizeof(ffi_closure), &code); 39 CHECK(ffi_prep_closure_loc(pcl, &cif, cls_ret_T_fn, NULL, code) == FFI_OK); 40 res = ((((cls_ret_T)code)(67, 4)));
|
| cls_ulong_va.c | 26 void *code; local 27 ffi_closure *pcl = ffi_closure_alloc(sizeof(ffi_closure), &code); 39 CHECK(ffi_prep_closure_loc(pcl, &cif, cls_ret_T_fn, NULL, code) == FFI_OK); 40 res = ((((cls_ret_T)code)(67, 4)));
|
| cls_ushort_va.c | 25 void *code; local 26 ffi_closure *pcl = ffi_closure_alloc(sizeof(ffi_closure), &code); 38 CHECK(ffi_prep_closure_loc(pcl, &cif, cls_ret_T_fn, NULL, code) == FFI_OK); 39 res = ((((cls_ret_T)code)(67, 4)));
|
| /external/lzma/Java/Tukaani/src/org/tukaani/xz/rangecoder/ |
| RangeDecoderFromBuffer.java | 36 code = in.readInt(); 49 return pos == end && code == 0; 57 code = (code << SHIFT_BITS) | (buf[pos++] & 0xFF);
|
| /external/mesa3d/src/gallium/drivers/r300/compiler/ |
| r500_fragprog_emit.c | 49 struct r500_fragment_program_code *code = &c->code->code.r500 78 struct r500_fragment_program_code * Code; 194 static void use_temporary(struct r500_fragment_program_code* code, unsigned int index) 196 if (index > code->max_temp_idx) 197 code->max_temp_idx = index; 200 static unsigned int use_source(struct r500_fragment_program_code* code, struct rc_pair_instruction_source src) 211 use_temporary(code, src.Index); 227 if ((code->inst[ip].inst0 & 0x3) != R500_INST_TYPE_TEX) 627 struct r500_fragment_program_code *code = &compiler->code->code.r500; local [all...] |
| /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
| closure_simple.c | 30 void *code; local 31 ffi_closure *pcl = ffi_closure_alloc(sizeof(ffi_closure), &code); 46 (void *) 3 /* userdata */, code) == FFI_OK); 48 res = (*(closure_test_type0)code)(0, 1, 2, 3);
|
| cls_double_va.c | 26 void *code; local 27 ffi_closure *pcl = ffi_closure_alloc(sizeof(ffi_closure), &code); 53 code) == FFI_OK); 55 res = ((int(*)(char*, ...))(code))(format, doubleArg);
|
| cls_longdouble_va.c | 26 void *code; local 27 ffi_closure *pcl = ffi_closure_alloc(sizeof(ffi_closure), &code); 53 code) == FFI_OK); 55 res = ((int(*)(char*, ...))(code))(format, ldArg);
|
| cls_uchar_va.c | 25 void *code; local 26 ffi_closure *pcl = ffi_closure_alloc(sizeof(ffi_closure), &code); 38 CHECK(ffi_prep_closure_loc(pcl, &cif, cls_ret_T_fn, NULL, code) == FFI_OK); 39 res = ((((cls_ret_T)code)(67, 4)));
|
| cls_uint_va.c | 26 void *code; local 27 ffi_closure *pcl = ffi_closure_alloc(sizeof(ffi_closure), &code); 39 CHECK(ffi_prep_closure_loc(pcl, &cif, cls_ret_T_fn, NULL, code) == FFI_OK); 40 res = ((((cls_ret_T)code)(67, 4)));
|
| cls_ulong_va.c | 26 void *code; local 27 ffi_closure *pcl = ffi_closure_alloc(sizeof(ffi_closure), &code); 39 CHECK(ffi_prep_closure_loc(pcl, &cif, cls_ret_T_fn, NULL, code) == FFI_OK); 40 res = ((((cls_ret_T)code)(67, 4)));
|
| cls_ushort_va.c | 25 void *code; local 26 ffi_closure *pcl = ffi_closure_alloc(sizeof(ffi_closure), &code); 38 CHECK(ffi_prep_closure_loc(pcl, &cif, cls_ret_T_fn, NULL, code) == FFI_OK); 39 res = ((((cls_ret_T)code)(67, 4)));
|
| /external/python/cpython2/Modules/zlib/ |
| inflate.h | 13 the crc code when it is not needed. For shared libraries, gzip decoding 38 LENLENS, /* i: waiting for code length code lengths */ 39 CODELENS, /* i: waiting for length/lit and distance code lengths */ 41 LEN, /* i: waiting for length/lit/eob code */ 43 DIST, /* i: waiting for distance code */ 103 /* for table and code decoding */ 105 /* fixed and dynamic code tables */ 106 code const FAR *lencode; /* starting table for length/literal codes */ 107 code const FAR *distcode; /* starting table for distance codes * [all...] |
| /external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/ |
| closure_simple.c | 30 void *code; local 31 ffi_closure *pcl = ffi_closure_alloc(sizeof(ffi_closure), &code); 46 (void *) 3 /* userdata */, code) == FFI_OK); 48 res = (*(closure_test_type0)code)(0, 1, 2, 3);
|