HomeSort by relevance Sort by last modified time
    Searched defs:code (Results 401 - 425 of 1221) sorted by null

<<11121314151617181920>>

  /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...]
  /external/ppp/pppd/
cbcp.c 10 * 1. Redistributions of source code must retain the above copyright
101 static void cbcp_send __P((cbcp_state *us, int code, u_char *buf, int len));
160 u_char code, id; local
173 GETCHAR(code, inp);
185 switch(code) {
233 int code, opt, id, len, olen, delay; local
239 GETCHAR(code, p);
245 if (code >= 1 && code <= sizeof(cbcp_codenames) / sizeof(char *))
246 printer(arg, " %s", cbcp_codenames[code-1])
    [all...]
fsm.c 10 * 1. Redistributions of source code must retain the above copyright
340 u_char code, id; local
344 * Parse header (code, id and length).
352 GETCHAR(code, inp);
372 * Action depends on code.
374 switch (code) {
385 fsm_rconfnakrej(f, code, id, inp, len);
402 || !(*f->callbacks->extcode)(f, code, id, inp, len) )
419 int code, reject_if_disagree; local
447 * to protocol-specific code for checking
684 u_char code, id; local
    [all...]
  /external/proguard/src/proguard/classfile/attribute/
CodeAttribute.java 29 * This Attribute represents a code attribute.
38 public byte[] code; field in class:CodeAttribute
60 byte[] code,
71 this.code = code;
120 Instruction instruction = InstructionFactory.create(code, offset);
136 Instruction instruction = InstructionFactory.create(code, offset);
  /external/qemu/slirp/
socket.c 289 * There's a lot duplicated code here, but...
461 u_char code=ICMP_UNREACH_PORT; local
463 if(errno == EHOSTUNREACH) code=ICMP_UNREACH_HOST;
464 else if(errno == ENETUNREACH) code=ICMP_UNREACH_NET;
468 icmp_error(so->so_m, ICMP_UNREACH,code, 0,strerror(errno));
507 u_char code=ICMP_UNREACH_PORT; local
509 if(errno == EHOSTUNREACH) code=ICMP_UNREACH_HOST;
510 else if(errno == ENETUNREACH) code=ICMP_UNREACH_NET;
512 DEBUG_MISC((dfd," rx error, tx icmp ICMP_UNREACH:%i\n", code));
513 icmp_error(so->so_m, ICMP_UNREACH,code, 0,strerror(errno))
    [all...]
  /external/skia/src/ports/
SkXMLPullParser_expat.cpp 5 * Use of this source code is governed by a BSD-style license that can be
134 XML_Error code = XML_GetErrorCode(parser); local
136 const char* msg = XML_ErrorString(code);
138 printf("-------- XML error [%d] on line %d, %s\n", code, lineNumber, msg);
  /external/v8/src/
code-stubs.cc 6 // * Redistributions of source code must retain the above copyright
31 #include "code-stubs.h"
40 bool CodeStub::FindCodeInCache(Code** code_out) {
44 *code_out = Code::cast(heap->code_stubs()->ValueAt(index));
52 // Update the static counter each time a new code stub is generated.
58 // Generate the code for the stub.
75 void CodeStub::RecordCodeGeneration(Code* code, MacroAssembler* masm) {
76 code->set_major_key(MajorKey());
80 PROFILE(isolate, CodeCreateEvent(Logger::STUB_TAG, code, *name))
103 Code* code; local
    [all...]
  /external/v8/test/cctest/
test-assembler-ia32.cc 6 // * Redistributions of source code must retain the above copyright
72 Object* code = HEAP->CreateCode( local
74 Code::ComputeFlags(Code::STUB),
76 CHECK(code->IsCode());
78 Code::cast(code)->Print();
80 F2 f = FUNCTION_CAST<F2>(Code::cast(code)->entry());
110 Object* code = HEAP->CreateCode local
152 Object* code = HEAP->CreateCode( local
186 Code* code = Code::cast(HEAP->CreateCode( local
220 Code* code = Code::cast(HEAP->CreateCode( local
249 Code* code = Code::cast(HEAP->CreateCode( local
286 Code* code = Code::cast(HEAP->CreateCode( local
326 Code* code = Code::cast(HEAP->CreateCode( local
381 Code* code = Code::cast(HEAP->CreateCode( local
465 Code* code = Code::cast(HEAP->CreateCode( local
    [all...]
test-assembler-x64.cc 6 // * Redistributions of source code must retain the above copyright
39 using v8::internal::Code;
428 Code* code = Code::cast(HEAP->CreateCode( local
430 Code::ComputeFlags(Code::STUB),
433 CHECK(code->IsCode());
435 F0 f = FUNCTION_CAST<F0>(code->entry());
  /external/valgrind/main/coregrind/m_initimg/
simple_huffman.c 14 * - Maximum tree depth of 32 (the coder aborts if any code exceeds a
73 UInt Code;
191 sym[k].Code = 0;
225 UInt code, UInt bits, UInt first,
237 /* Store code info in symbol array */
238 sym[first].Code = code;
272 _Huffman_MakeTree( sym, stream, (code<<1)+0, bits+1,
294 _Huffman_MakeTree( sym, stream, (code<<1)+1, bits+1,
310 huff_bitstream_t *stream, UInt code, UInt bits
455 UInt bits, delta_bits, new_bits, code; local
    [all...]
  /external/valgrind/main/none/tests/
faultstatus.c 36 int code; member in struct:test
62 static int testcode(int code, int want)
64 if (code != want) {
65 fprintf(stderr, " FAIL: expected si_code==%d, not %d\n", want, code);
92 ok = ok && testcode(si->si_code, cur_test->code);
155 #define T(n, sig, code, addr) { test##n, sig, code, addr }
  /external/valgrind/main/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 }
  /external/webkit/Source/WebCore/bindings/v8/
WorkerContextExecutionProxy.cpp 8 * * Redistributions of source code must retain the above copyright
118 // Tell V8 not to call the default OOM handler, binding code will handle it.
239 v8::Local<v8::String> code = v8ExternalString("throw RangeError('Recursion too deep')"); local
240 script = V8Proxy::compileScript(code, "", TextPosition0::minimumPosition());
  /external/webkit/Source/WebCore/dom/
Text.cpp 268 ExceptionCode code = 0; local
269 setData(text, code);
270 ASSERT(!code);
  /external/webkit/Source/WebCore/platform/image-decoders/bmp/
BMPImageReader.cpp 8 * * Redistributions of source code must retain the above copyright
136 // Don't increment m_decodedOffset here, it just makes the code in
188 // other code relies on this value being correct.
432 // infinite loop in the counting code below.
534 const uint8_t code = m_data->data()[m_decodedOffset + 1]; local
535 if ((count || (code != 1)) && pastEndOfImage(0))
540 switch (code) {
579 // |code| pixels specified as in BI_RGB, zero-padded at the end
585 const ProcessingResult result = processNonRLEData(true, code);
607 fillRGBA(endX, m_data->data()[m_decodedOffset + 3], m_data->data()[m_decodedOffset + 2], code, 0xff)
    [all...]
  /external/webkit/Source/WebCore/platform/image-decoders/gif/
GIFImageReader.cpp 15 * The Original Code is mozilla.org code.
17 * The Initial Developer of the Original Code is
224 int code; local
278 code = datum & codemask;
283 if (code == clear_code) {
291 /* Check for explicit end-of-stream code */
292 if (code == (clear_code + 1)) {
300 *rowp++ = suffix[code];
304 firstchar = oldcode = code;
    [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebCache.cpp 7 * * Redistributions of source code must retain the above copyright
168 int code = m_cache->GetBackend(&m_cacheBackend, &m_doomAllEntriesCallback); local
169 // Code ERR_IO_PENDING indicates that the operation is still in progress and
171 if (code == ERR_IO_PENDING)
173 else if (code != OK) {
188 // Code ERR_IO_PENDING indicates that the operation is still in progress and
231 int code = m_cache->GetBackend(&m_cacheBackend, &m_openEntryCallback); local
232 if (code == ERR_IO_PENDING)
234 else if (code != OK) {
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_defs.h 25 u8 code; member in struct:eap_hdr
27 be16 length; /* including code and identifier; network byte order */
75 /* SMI Network Management Private Enterprise Code for vendor specific types */
  /external/zlib/examples/
enough.c 1 /* enough.c -- determine the maximum size of inflate's Huffman code tables over
21 maximum code length in bits to determine the maximum table size for zilb's
26 in the same code for the counting, as do permutations of the assignments of
29 We build a code from shorter to longer lengths, determining how many symbols
31 be coded, what the last code length used was, and how many bit patterns of
32 that length remain unused. Then we add one to the code length and double the
33 number of unused patterns to graduate to the next code length. We then
34 assign all portions of the remaining symbols to that code length that
35 preserve the properties of a correct and eventually complete code. Those
45 entry is pointed to regardless of the bits that follow the short code. I
171 local int *code; \/* number of symbols assigned to each bit length *\/ variable
    [all...]
  /frameworks/av/libvideoeditor/vss/src/
M4VD_EXTERNAL_BitstreamParser.c 33 M4OSA_UInt8 code; member in struct:__anon16127
103 M4OSA_UInt32 code, j; local
141 code = M4VD_EXTERNAL_GetBitsFromMemory(&parsingCtxt, 8);
142 if (code == 0)
144 code = M4VD_EXTERNAL_GetBitsFromMemory(&parsingCtxt, 8);
145 if (code == 0)
147 code = M4VD_EXTERNAL_GetBitsFromMemory(&parsingCtxt, 8);
148 if (code == 1)
150 /* start code found */
151 code = M4VD_EXTERNAL_GetBitsFromMemory(&parsingCtxt, 8)
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
dec_amr.cpp 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
154 PSEUDO-CODE
208 When the code is written for a specific target processor the
307 PSEUDO-CODE
375 When the code is written for a specific target processor the
533 PSEUDO-CODE
562 Word16 code[L_SUBFR];
709 * - decode algebraic code *
837 decode_2i40_9bits (subfrNr, i, index, code);
846 decode_2i40_11bits (i, index, code);
1360 Word16 code[L_SUBFR]; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
residual.cpp 33 uint code; local
54 code = *((uint*)pSrc);
56 *((uint*)pDst) = code;
58 status = BitstreamWriteBits(stream, 32, code);
63 code = *((uint*)pSrc);
65 *((uint*)pDst) = code;
67 status = BitstreamWriteBits(stream, 16, code);
87 code = *((uint*)pSrc);
89 *((uint*)pDst) = code;
91 status = BitstreamWriteBits(stream, 32, code);
    [all...]
  /frameworks/base/cmds/service/
service.cpp 120 int32_t code = atoi(argv[optind++]); local
237 service->transact(code, data, &reply);
248 aerr << "service: No code specified for call" << endl;
264 " service call SERVICE CODE [i32 INT | s16 STR] ...\n"
  /frameworks/base/cmds/servicemanager/
binder.h 24 uint32_t code; member in struct:binder_txn
79 void *target, uint32_t code);

Completed in 2198 milliseconds

<<11121314151617181920>>