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

1 2 3 4 5 6 7 891011>>

  /external/e2fsprogs/lib/et/
com_right.c 17 * 1. Redistributions of source code must retain the above copyright
48 com_right(struct et_list *list, long code)
52 if (code >= p->table->base && code < p->table->base + p->table->n_msgs)
53 return p->table->msgs[code - p->table->base];
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/
dec_gain.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
111 Word16 code[], /* i : Innovative vector. */
114 Word16 * gain_cod, /* o : Code gain. */
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/
c2_11pf.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
108 Word16 code[], /* o : Innovative codebook */
c2_9pf.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
109 Word16 code[], /* o : Innovative codebook */
c3_14pf.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
109 Word16 code[], /* (o) : Innovative codebook */
c4_17pf.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
108 Word16 code[], /* (o) : Innovative codebook */
cbsearch.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
118 Word16 code[], /* o : Innovative codebook, Q13 */
  /external/openssl/crypto/sha/asm/
sha1-ia64.pl 10 # Eternal question is what's wrong with compiler generated code? The
17 $code=<<___;
35 if ($human) { # useful for visual code auditing...
53 local *code=shift;
56 $code.=<<___ if ($i==0);
64 $code.=<<___;
89 $code.=<<___;
116 local *code=shift;
119 $code.=<<___;
144 local *code=shift
    [all...]
sha512-ia64.pl 13 # faster than gcc and >60%(!) faster than code generated by HP-UX
14 # compiler (yes, HP-UX is generating slower code, because unlike gcc,
62 # To generate code, pass the file name with either 256 or 512 in its
108 $code=<<___;
169 $code.=<<___ if ($BITS==64);
180 $code.=<<___;
197 $t0="t0", $t1="t1", $code.=<<___ if ($BITS==32);
224 $t0="A", $t1="E", $code.=<<___ if ($BITS==64);
457 $code.=<<___;
507 $t0="t0", $t1="t1", $code.=<<___ if ($BITS==32)
    [all...]
  /external/qemu/android/
charmap.h 19 unsigned short code; member in struct:AKeyEntry
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_error.h 52 extern DECLSPEC void SDLCALL SDL_Error(SDL_errorcode code);
  /external/v8/src/
disassembler.h 6 // * Redistributions of source code must retain the above copyright
40 // code into f. Returns the number of bytes disassembled or 1 if no
44 // Decode instructions in code.
45 static void Decode(FILE* f, Code* code);
  /external/webkit/JavaScriptCore/jit/
JITCode.h 7 * 1. Redistributions of source code must retain the above copyright
67 // this block of code. The pointer provided must be a pointer into this
68 // block of code. It is ASSERTed that no codeblock >4gb in size.
76 // Execute the code!
100 static JITCode HostFunction(CodePtr code)
102 return JITCode(code.dataLocation(), 0, 0);
106 JITCode(void* code, PassRefPtr<ExecutablePool> executablePool, size_t size)
107 : m_ref(code, executablePool, size)
  /external/webkit/WebCore/dom/
ExceptionBase.h 8 * 1. Redistributions of source code must retain the above copyright
40 unsigned short code() const { return m_code; } function in class:WebCore::ExceptionBase
  /external/webkit/WebKit/chromium/src/
WebEntities.h 8 * * Redistributions of source code must retain the above copyright
60 // empty string. Parameter isHTML indicates check the code in html entity
62 WebCore::String entityNameByCode(int code) const;
  /frameworks/base/cmds/keystore/
keystore_get.h 43 uint8_t code = 'g'; local
54 if (send(sock, &code, 1, 0) == 1 && send(sock, bytes, 2, 0) == 2 &&
56 recv(sock, &code, 1, 0) == 1 && code == /* NO_ERROR */ 1 &&
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
dec_gain.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
111 Word16 code[], /* i : Innovative vector. */
114 Word16 * gain_cod, /* o : Code gain. */
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
c2_11pf.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
108 Word16 code[], /* o : Innovative codebook */
c2_9pf.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
109 Word16 code[], /* o : Innovative codebook */
c3_14pf.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
109 Word16 code[], /* (o) : Innovative codebook */
c4_17pf.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
108 Word16 code[], /* (o) : Innovative codebook */
cbsearch.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
118 Word16 code[], /* o : Innovative codebook, Q13 */
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_error.h 52 extern DECLSPEC void SDLCALL SDL_Error(SDL_errorcode code);
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_error.h 52 extern DECLSPEC void SDLCALL SDL_Error(SDL_errorcode code);
  /prebuilt/windows/sdl/host/include/SDL/
SDL_error.h 53 extern DECLSPEC void SDLCALL SDL_Error(SDL_errorcode code);

Completed in 1314 milliseconds

1 2 3 4 5 6 7 891011>>