HomeSort by relevance Sort by last modified time
    Searched refs:code (Results 1276 - 1300 of 2299) sorted by null

<<51525354555657585960>>

  /external/elfutils/libdw/
libdw.h 72 /* Source code line information for CU. */
75 /* One source code line information. */
93 unsigned int code; member in struct:__anon1744
228 /* Return attribute code of given attribute. */
231 /* Return form code of given attribute. */
301 /* Get abbreviation code. */
421 /* Return error code of last failing function call. This value is kept
438 /* Return attribute code of given attribute. */
442 return attr == NULL ? 0 : attr->code;
445 /* Return attribute code of given attribute. *
    [all...]
  /external/expat/amiga/include/inline4/
expat.h 64 #define XML_ErrorString(code) IExpat->XML_ErrorString(code)
  /external/ipsec-tools/
main.c 150 unsigned char code = argc - 1; local
177 send(control, &code, 1, 0);
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/
gc_pred.cpp 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
131 PSEUDO-CODE
153 When the code is written for a specific target processor the
203 code = pointer to the innovative codebook vector; Q12 in MR122 mode,
254 PSEUDO-CODE
256 The original etsi reference code uses a global flag Overflow. However, in the
263 Word16 *code, // i : innovative codebook vector (L_SUBFR)
278 * energy of code: *
280 * ener_code = sum(code[i]^2) *
282 ener_code = L_mac((Word32) 0, code[0], code[0])
    [all...]
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/
calc_en.cpp 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
95 code = CB innovation (unfiltered), buffer type Word16
126 frac_en[2]*2^exp_en[2] = <exc code> LTP/CB innovation dot product
142 PSEUDO-CODE
148 Word16 code[], // i : CB innovation (unfiltered), Q13
189 // Compute scalar product <exc[],code[]>
190 s = L_mac((Word32) 0, exc[0], code[0]);
192 s = L_mac(s, exc[i], code[i]);
244 When the code is written for a specific target processor the
267 Word16 code[], /* i : CB innovation (unfiltered), Q13 *
    [all...]
  /external/openssl/apps/
openssl-vms.cnf 124 countryName = Country Name (2 letter code)
openssl.cnf 124 countryName = Country Name (2 letter code)
  /external/openssl/crypto/bn/asm/
x86_64-mont.pl 43 $code=<<___;
213 print $code;
  /external/ppp/pppd/plugins/radius/
radiusclient.h 62 u_char code; member in struct:pw_auth_hdr
303 int vendorcode; /* vendor code */
334 /* don't change this, as it has to be the same as in the Merit radiusd code */
346 u_char code; /* RADIUS packet code */ member in struct:send_data
  /external/proguard/src/proguard/preverify/
CodeSubroutineInliner.java 34 * This AttributeVisitor inlines local subroutines (jsr/ret) in the code
75 // Process the code.
110 // Append the body of the code.
118 Instruction instruction = InstructionFactory.create(codeAttribute.code, offset);
151 System.out.println(" Appending label after code at ["+offset+"]");
154 // Append a label just after the code.
157 // End and update the code attribute.
164 * Returns whether the given code attribute contains any subroutines.
223 // Append a label just after the code.
362 Instruction instruction = InstructionFactory.create(codeAttribute.code, offset)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/mme/
SDL_mmeaudio.c 95 static void SetMMerror(char *function, MMRESULT code)
102 waveOutGetErrorText(code, errbuf+len, MAXERRORLENGTH-len);
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_stretch.c 147 /* The ASM code doesn't handle 24-bpp stretch blits */
286 { void *code = copy_row;
293 call dword ptr code
  /external/qemu/distrib/zlib-1.2.3/
deflate.h 20 the crc code when it is not needed. For shared libraries, gzip encoding
31 /* number of length codes, not counting the special END_BLOCK code */
37 /* number of Literal or Length codes, including the END_BLOCK code */
61 /* Data structure describing a single value and its code string. */
65 ush code; /* bit string */ member in union:ct_data_s::__anon4523
74 #define Code fc.code
82 int max_code; /* largest code with non zero frequency */
229 * example a binary file with poorly compressible code followed by
239 /* Buffer for distances. To simplify the code, d_buf and l_buf hav
    [all...]
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
dplay.h 18 #define MAKE_DPHRESULT( code ) MAKE_HRESULT( 1, _FACDP, code )
238 // System messages have a leading 4 byte type code to identify the message.
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
DPLAY.H 18 #define MAKE_DPHRESULT( code ) MAKE_HRESULT( 1, _FACDP, code )
238 // System messages have a leading 4 byte type code to identify the message.
  /external/v8/samples/
count-hosts.js 6 // * Redistributions of source code must retain the above copyright
  /external/v8/src/mips/
codegen-mips.h 6 // * Redistributions of source code must retain the above copyright
46 // Code generation state
48 // The state is passed down the AST by the code generator (and back up, in
50 // call stack. Constructing a state implicitly pushes it on the owning code
55 // Create an initial code generator state. Destroying the initial state
56 // leaves the code generator with a NULL state.
59 // Create a code generator state based on a code generator's current
66 // Destroy a code generator state and restore the owning code generator'
    [all...]
  /external/v8/src/
regexp-macro-assembler.cc 6 // * Redistributions of source code must retain the above copyright
55 #ifdef V8_NATIVE_REGEXP // Avoid unused code, e.g., on ARM.
104 Handle<Code> regexp_code,
153 Code* code,
161 matcher matcher_func = FUNCTION_CAST<matcher>(code->entry());
180 // We detected a stack overflow (on the backtrack stack) in RegExp code,
219 // A GC might move the calling generated code and invalidate the
  /external/v8/test/message/
overwritten-builtins.js 6 // * Redistributions of source code must retain the above copyright
try-catch-finally-no-message.js 6 // * Redistributions of source code must retain the above copyright
try-catch-finally-return-in-finally.js 6 // * Redistributions of source code must retain the above copyright
try-finally-return-in-finally.js 6 // * Redistributions of source code must retain the above copyright
  /external/v8/test/mjsunit/
api-call-after-bypassed-exception.js 6 // * Redistributions of source code must retain the above copyright
arguments-indirect.js 6 // * Redistributions of source code must retain the above copyright
ascii-regexp-subject.js 6 // * Redistributions of source code must retain the above copyright

Completed in 2220 milliseconds

<<51525354555657585960>>