HomeSort by relevance Sort by last modified time
    Searched defs:code (Results 451 - 475 of 1048) sorted by null

<<11121314151617181920>>

  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
BasicBlock.java 17 package com.android.dx.rop.code;
28 /** {@code >= 0;} target label for this block */
31 /** {@code non-null;} list of instructions in this block */
35 * {@code non-null;} full list of successors that this block may
41 * {@code >= -1;} the primary / standard-flow / "default" successor, or
42 * {@code -1} if this block has no successors (that is, it
48 * Constructs an instance. The predecessor set is set to {@code null}.
50 * @param label {@code >= 0;} target label for this block
51 * @param insns {@code non-null;} list of instructions in this block
52 * @param successors {@code non-null;} full list of successors that thi
    [all...]
LocalVariableInfo.java 17 package com.android.dx.rop.code;
30 /** {@code >= 0;} the register count for the method */
34 * {@code non-null;} {@link RegisterSpecSet} to use when indicating a block
41 * {@code non-null;} array consisting of register sets representing the
47 /** {@code non-null;} map from instructions to the variable each assigns */
53 * @param method {@code non-null;} the method being represented by this instance
76 * @param label {@code >= 0;} the block label
77 * @param specs {@code non-null;} the register set to associate with the block
101 * @param label {@code >= 0;} the block label
102 * @param specs {@code non-null;} the register set to merge into the start se
    [all...]
RegisterSpecList.java 17 package com.android.dx.rop.code;
30 /** {@code non-null;} no-element instance */
36 * @param spec {@code non-null;} the element
37 * @return {@code non-null;} an appropriately-constructed instance
48 * @param spec0 {@code non-null;} the first element
49 * @param spec1 {@code non-null;} the second element
50 * @return {@code non-null;} an appropriately-constructed instance
63 * @param spec0 {@code non-null;} the first element
64 * @param spec1 {@code non-null;} the second element
65 * @param spec2 {@code non-null;} the third elemen
    [all...]
RopMethod.java 17 package com.android.dx.rop.code;
27 /** {@code non-null;} basic block list of the method */
30 /** {@code >= 0;} label for the block which starts the method */
34 * {@code null-ok;} array of predecessors for each block, indexed by block
40 * {@code null-ok;} the predecessors for the implicit "exit" block, that is
48 * @param blocks {@code non-null;} basic block list of the method
49 * @param firstLabel {@code >= 0;} the label of the first block to execute
70 * @return {@code non-null;} the list
80 * @return {@code >= 0;} the first-block label
90 * @param label {@code >= 0;} the label of the block in questio
    [all...]
  /external/eigen/blas/
level2_impl.h 6 // This Source Code Form is subject to the terms of the Mozilla
52 int code = OP(*opa); local
53 if(code!=NOTR)
65 if(code>=4 || func[code]==0)
68 func[code](actual_m, actual_n, a, *lda, actual_b, 1, actual_c, 1, alpha);
121 int code = OP(*opa) | (UPLO(*uplo) << 2) | (DIAG(*diag) << 3); local
122 func[code](*n, a, *lda, actual_b);
181 int code = OP(*opa) | (UPLO(*uplo) << 2) | (DIAG(*diag) << 3); local
182 if(code>=16 || func[code]==0
384 int code = OP(*op) | (UPLO(*uplo) << 2) | (DIAG(*diag) << 3); local
451 int code = OP(*opa) | (UPLO(*uplo) << 2) | (DIAG(*diag) << 3); local
517 int code = OP(*opa) | (UPLO(*uplo) << 2) | (DIAG(*diag) << 3); local
    [all...]
  /external/freetype/src/cff/
cffparse.h 55 FT_UInt code,
86 int code; member in struct:CFF_Field_Handler_
  /external/icu/icu4c/source/test/cintltst/
cucdapi.c 62 /* bogus names should return invalid code */
75 log_data_err("Error getting script code Got: %i Expected: %i for name %s (Error code does not propagate if data is not present. Are you missing data?)\n",
103 log_err("Japanese locale: code #%d was %d (%s) but expected %d (%s)\n", j,
240 UScriptCode code = USCRIPT_INVALID_CODE; local
245 code = uscript_getScript(codepoints[i],&status);
247 if( code != expected[i] ||
248 code != (UScriptCode)u_getIntPropertyValue(codepoints[i], UCHAR_SCRIPT)
265 UScriptCode code= USCRIPT_INVALID_CODE; local
267 code = uscript_getScript(0x001D169,&status)
273 UScriptCode code= USCRIPT_INVALID_CODE; local
    [all...]
sprpdata.c 52 uint32_t code; local
76 /* get the character code, field 0 */
77 code=(uint32_t)uprv_strtoul(fields[0][0], &end, 16);
83 compareMapping(data, code,mapping, length,USPREP_MAP);
102 /*fprintf(stdout,"Number of code points that have mappings with length >1 : %i\n",len);*/
237 // supplementary code point
  /external/javassist/src/main/javassist/bytecode/
InstructionPrinter.java 42 CodeAttribute code = info.getCodeAttribute(); local
43 if (code == null)
46 CodeIterator iterator = code.iterator();
  /external/javassist/src/main/javassist/bytecode/analysis/
SubroutineScanner.java 42 CodeAttribute code = method.getCodeAttribute(); local
43 CodeIterator iter = code.iterator();
45 subroutines = new Subroutine[code.getCodeLength()];
51 ExceptionTable exceptions = code.getExceptionTable();
98 // All forms of return and throw end current code flow
116 // GOTO ends current code flow
  /external/ltrace/sysdeps/linux-gnu/ia64/
trace.c 57 unsigned long code[2]; member in union:bundle_t
98 bundle.code[0] = ptrace(PTRACE_PEEKTEXT, proc->pid, ip, 0);
99 bundle.code[1] = ptrace(PTRACE_PEEKTEXT, proc->pid, ip + 8, 0);
  /external/lzma/C/
Bcj2.c 1 /* Bcj2.c -- Converter for x86 code (BCJ2)
24 #define RC_INIT2 code = 0; range = 0xFFFFFFFF; \
25 { int i; for (i = 0; i < 5; i++) { RC_TEST; code = (code << 8) | RC_READ_BYTE; }}
27 #define NORMALIZE if (range < kTopValue) { RC_TEST; range <<= 8; code = (code << 8) | RC_READ_BYTE; }
29 #define IF_BIT_0(p) ttt = *(p); bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound)
31 #define UPDATE_1(p) range -= bound; code -= bound; *(p) = (CProb)(ttt - (ttt >> kNumMoveBits)); NORMALIZE;
44 UInt32 range, code; local
LzmaDec.h 56 UInt32 range, code; member in struct:__anon6258
102 LZMA_STATUS_NOT_SPECIFIED, /* use main error code instead */
  /external/lzma/CPP/7zip/Compress/
RangeCoder.h 114 UInt32 Code;
121 Code = (Code << 8) | Stream.ReadByte();
130 Code = 0;
133 Code = (Code << 8) | Stream.ReadByte();
140 return (Code) / ( Range /= total);
145 Code -= start * Range;
153 UInt32 code = Code; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_init.c 150 * avoid generating bad code.
164 * implementation) somehow becomes invalid code.
568 /* Dump byte code to a file */
591 void *code; local
597 code = LLVMGetPointerToGlobal(gallivm->engine, func);
598 assert(code);
599 jit_func = pointer_to_func(code);
602 lp_disassemble(code);
613 * Free the function (and its machine code).
618 const void *code)
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_program.h 27 uint32_t *code; member in struct:nvc0_program
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r300_fragprog.c 61 struct r300_fragment_program_code *code = &compiler->code->code.r300; local
70 fprintf(stderr, "code_offset_ext: %08x\n", code->r400_code_offset_ext);
73 for (n = 0; n <= (code->config & 3); n++) {
74 uint32_t code_addr = code->code_addr[3 - (code->config & 3) + n];
76 (((code->r400_code_offset_ext >> (24 - (n * 6))) & 0x7) << 6);
78 (((code->r400_code_offset_ext >> (27 - (n * 6))) & 0x7) << 6);
86 if (n > 0 || (code->config & R300_PFS_CNTL_FIRST_NODE_HAS_TEX))
    [all...]
r300_fragprog_emit.c 58 struct r300_fragment_program_code *code = &c->code->code.r300
83 static void use_temporary(struct r300_fragment_program_code *code, unsigned int index)
85 if (index > code->pixsize)
86 code->pixsize = index;
89 static unsigned int use_source(struct r300_fragment_program_code* code, struct rc_pair_instruction_source src)
97 use_temporary(code, src.Index);
157 if (code->alu.length >= c->Base.max_alu_insts) {
162 ip = code->alu.length++
308 struct r300_fragment_program_code *code = &emit->compiler->code->code.r300; local
481 struct r300_fragment_program_code *code = &compiler->code->code.r300; local
    [all...]
r500_fragprog.c 372 struct r500_fragment_program_code *code = &compiler->code->code.r500; local
379 for (n = 0; n < code->inst_end+1; n++) {
380 inst0 = inst = code->inst[n].inst0;
399 fprintf(stderr,"\t1:RGB_ADDR 0x%08x:", code->inst[n].inst1);
400 inst = code->inst[n].inst1;
408 fprintf(stderr,"\t2:ALPHA_ADDR 0x%08x:", code->inst[n].inst2);
409 inst = code->inst[n].inst2;
415 fprintf(stderr,"\t3 RGB_INST: 0x%08x:", code->inst[n].inst3)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/core/
base.hpp 41 /// OpenCL status code.
45 error(cl_int code, std::string what = "") :
46 std::runtime_error(what), code(code) {
50 return code;
54 cl_int code; member in class:clover::error
  /external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/dxgi/
dxgi_dll.c 52 * It might be a good idea to integrate this code in winex11.drv.
78 unsigned code = X11DRV_GET_DRAWABLE; local
111 ExtEscape(hdc, X11DRV_ESCAPE, sizeof(code), (LPSTR)&code, sizeof(drawable), (LPTSTR)&drawable);
179 * instead of this ridiculous amount of clumsy duplicated code everywhere
180 * C++ exists exactly to avoid having to write the following code */
233 unsigned code = X11DRV_GET_DISPLAY; local
238 ExtEscape(hdc, X11DRV_ESCAPE, sizeof(code), (LPSTR)&code, sizeof(dpy), (LPTSTR)&dpy);
  /external/opencv/cxcore/src/
cxerror.cpp 19 // * Redistribution's of source code must retain the above copyright notice,
150 cvStdErrReport( int code, const char *func_name, const char *err_msg,
153 if( code == CV_StsBackTrace || code == CV_StsAutoTrace )
157 cvErrorStr(code), err_msg ? err_msg : "no description" );
173 cvGuiBoxReport( int code, const char *func_name, const char *err_msg,
177 return cvStdErrReport( code, func_name, err_msg, file, line, 0 );
179 if( code != CV_StsBackTrace && code != CV_StsAutoTrace )
189 cvErrorStr(code), err_msg ? err_msg : "no description"
240 int code = cvGetErrStatus(); local
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_sunras.cpp 19 // * Redistribution's of source code must retain the above copyright notice,
228 int code = 0, len = 0, len1 = 0; local
232 code = m_strm.GetByte();
233 if( code == 0x80 )
238 tsrc[len1] = (uchar)code;
247 code = m_strm.GetByte();
254 memset( tsrc, code, len );
296 int code = 0, len = 0, len1; local
301 code = m_strm.GetByte();
302 if( code == 0x80
    [all...]
  /external/openssl/crypto/rand/
rand_unix.c 11 * apply to all code found in this distribution, be it the RC4, RSA,
12 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
17 * the code are not to be removed.
26 * 1. Redistributions of source code must retain the copyright
37 * 4. If you include any Windows specific code (or a derivative thereof) from
38 * the apps directory (application code) you must include an acknowledgement:
54 * derivative of this code cannot be changed. i.e. this code cannot simply be
65 * 1. Redistributions of source code must retain the above copyrigh
155 short int code; local
    [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
StdAttributeFactory.java 37 import com.android.dx.cf.code.ByteCatchList;
38 import com.android.dx.cf.code.BytecodeArray;
39 import com.android.dx.cf.code.LineNumberList;
40 import com.android.dx.cf.code.LocalVariableList;
48 import com.android.dx.rop.code.AccessFlags;
66 /** {@code non-null;} shared instance of this class */
139 return code(cf, offset, length, observer);
192 * Parses an {@code AnnotationDefault} attribute.
208 * Parses a {@code Code} attribute
210 private Attribute code(DirectClassFile cf, int offset, int length, method in class:StdAttributeFactory
242 BytecodeArray code = local
    [all...]

Completed in 1655 milliseconds

<<11121314151617181920>>