Searched refs:code (Results 376 - 400 of 4188) sorted by relevance

<<11121314151617181920>>

/external/skqp/tools/
H A Dtest_font_serif.inc4 * Use of this source code is governed by a BSD-style license that can be
/external/strace/
H A Dnative_printer_decls.h2 extern int block_ioctl(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg);
3 extern int btrfs_ioctl(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg);
4 extern int evdev_ioctl(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg);
17 extern int hdio_ioctl(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg);
18 extern int loop_ioctl(struct tcb *tcp, const unsigned int code, const kernel_ulong_t arg);
19 extern int mtd_ioctl(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg);
41 extern int rtc_ioctl(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg);
43 extern int sock_ioctl(struct tcb *tcp, const unsigned int code, const kernel_ulong_t arg);
44 extern int v4l2_ioctl(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg);
H A Dnsfs.c10 * 1. Redistributions of source code must retain the above copyright
34 nsfs_ioctl(struct tcb *tcp, unsigned int code, kernel_ulong_t arg) argument
37 switch (code) {
/external/tensorflow/tensorflow/contrib/rnn/ops/
H A Dgru_ops_test.cc30 TF_Code code = TF_GetCode(status); local
33 ASSERT_EQ(TF_OK, code) << status_msg;
/external/v8/src/ic/arm/
H A Daccess-compiler-arm.cc2 // Use of this source code is governed by a BSD-style license that can be
16 Handle<Code> code) {
17 __ Jump(code, RelocInfo::CODE_TARGET);
15 GenerateTailCall(MacroAssembler* masm, Handle<Code> code) argument
/external/v8/src/ic/arm64/
H A Daccess-compiler-arm64.cc2 // Use of this source code is governed by a BSD-style license that can be
16 Handle<Code> code) {
17 __ Jump(code, RelocInfo::CODE_TARGET);
15 GenerateTailCall(MacroAssembler* masm, Handle<Code> code) argument
/external/v8/src/ic/ia32/
H A Daccess-compiler-ia32.cc2 // Use of this source code is governed by a BSD-style license that can be
15 Handle<Code> code) {
16 __ jmp(code, RelocInfo::CODE_TARGET);
14 GenerateTailCall(MacroAssembler* masm, Handle<Code> code) argument
/external/v8/src/ic/mips/
H A Daccess-compiler-mips.cc2 // Use of this source code is governed by a BSD-style license that can be
16 Handle<Code> code) {
17 __ Jump(code, RelocInfo::CODE_TARGET);
15 GenerateTailCall(MacroAssembler* masm, Handle<Code> code) argument
/external/v8/src/ic/mips64/
H A Daccess-compiler-mips64.cc2 // Use of this source code is governed by a BSD-style license that can be
16 Handle<Code> code) {
17 __ Jump(code, RelocInfo::CODE_TARGET);
15 GenerateTailCall(MacroAssembler* masm, Handle<Code> code) argument
/external/v8/src/ic/ppc/
H A Daccess-compiler-ppc.cc2 // Use of this source code is governed by a BSD-style license that can be
16 Handle<Code> code) {
17 __ Jump(code, RelocInfo::CODE_TARGET);
15 GenerateTailCall(MacroAssembler* masm, Handle<Code> code) argument
/external/v8/src/ic/s390/
H A Daccess-compiler-s390.cc2 // Use of this source code is governed by a BSD-style license that can be
17 Handle<Code> code) {
18 __ Jump(code, RelocInfo::CODE_TARGET);
16 GenerateTailCall(MacroAssembler* masm, Handle<Code> code) argument
/external/v8/src/ic/x64/
H A Daccess-compiler-x64.cc2 // Use of this source code is governed by a BSD-style license that can be
16 Handle<Code> code) {
17 __ jmp(code, RelocInfo::CODE_TARGET);
15 GenerateTailCall(MacroAssembler* masm, Handle<Code> code) argument
/external/v8/src/ic/x87/
H A Daccess-compiler-x87.cc2 // Use of this source code is governed by a BSD-style license that can be
15 Handle<Code> code) {
16 __ jmp(code, RelocInfo::CODE_TARGET);
14 GenerateTailCall(MacroAssembler* masm, Handle<Code> code) argument
/external/python/cpython2/Lib/
H A Dpickletools.py24 # - A pickle optimizer: for example, tuple-building code is sometimes more
139 copy_reg.safe_constructors are removed from the unpickling code.
608 implementations don't share the code -- they should). It's
829 # the code used in a bytestream to represent the opcode; a
831 'code',
854 def __init__(self, name, code, arg,
859 assert isinstance(code, str)
860 assert len(code) == 1
861 self.code = code
[all...]
/external/v8/src/ppc/
H A Dassembler-ppc.cc8 // - Redistributions of source code must retain the above copyright notice,
33 // The original source code covered by the above license above has been
151 // always the case inside code objects.
204 // Verify all Objects referred by code are NOT in new space.
260 // Set up code descriptor.
332 // This code assumes a FIXED_SEQUENCE for 64bit loads (lis/ori)
346 // This code assumes a FIXED_SEQUENCE for 32bit loads (lis/ori)
401 // Labels refer to positions in the (to be) generated code.
405 // generated code. pos() is the position the label refers to.
407 // Linked labels refer to unknown positions in the code
1964 stop(const char* msg, Condition cond, int32_t code, CRegister cr) argument
2515 Code* code = NULL; local
2516 RelocInfo rinfo(isolate(), pc, rmode, it->data(), code); local
2526 set_target_address_at(isolate(), pc, code, buffer_ + pos, local
[all...]
/external/v8/src/arm64/
H A Dsimulator-arm64.h2 // Use of this source code is governed by a BSD-style license that can be
42 // Call the generated regexp code directly. The code at the entry address
186 // V8 calls into generated JS code with 5 parameters and into
187 // generated RegExp code with 10 parameters. These are convenience functions,
326 bool IsZeroRegister(unsigned code, Reg31Mode r31mode) const {
327 return ((code == 31) && (r31mode == Reg31IsZeroRegister));
335 T reg(unsigned code, Reg31Mode r31mode = Reg31IsZeroRegister) const {
336 DCHECK(code < kNumberOfRegisters);
337 if (IsZeroRegister(code, r31mod
[all...]
/external/libunwind/tests/
H A DGtest-dyn1.c26 /* This file tests dynamic code-generation via function-cloning. */
63 long code; member in struct:fdesc
72 long code; member in struct:fdesc
77 (fdesc).code = (long) &(func) & ~0x1; \
79 /*# define get_fdesc(fdesc,func) ({(fdesc).code = (long) &(func) & ~0x1; \
81 # define get_funcp(fdesc) ((template_t) ((fdesc).code | (fdesc).is_thumb))
86 long code; member in struct:fdesc
88 # define get_fdesc(fdesc,func) (fdesc.code = (long) &(func))
89 # define get_funcp(fdesc) ((template_t) (fdesc).code)
184 printf ("old code
[all...]
/external/skia/src/gpu/ccpr/
H A DGrCCCubicShader.cpp4 * Use of this source code is governed by a BSD-style license that can be
81 GrGLSLVarying::Scope scope, SkString* code,
88 code->appendf("float3 klm = float3(%s, 1) * %s;", position, fKLMMatrix.c_str());
89 code->appendf("float d = dot(float3(%s, 1), %s);", position, fEdgeDistanceEquation.c_str());
90 code->appendf("%s = float4(klm, d);", OutName(fKLMD));
92 this->onEmitVaryings(varyingHandler, scope, code);
110 GrGLSLVarying::Scope scope, SkString* code) {
114 code->appendf("%s[0] = 3 * klm[0] * %s[0].xy;", OutName(fGradMatrix), fKLMMatrix.c_str());
115 code->appendf("%s[1] = -klm[1] * %s[2].xy - klm[2] * %s[1].xy;",
135 GrGLSLVarying::Scope scope, SkString* code) {
80 onEmitVaryings(GrGLSLVaryingHandler* varyingHandler, GrGLSLVarying::Scope scope, SkString* code, const char* position, const char* inputCoverage, const char* ) argument
109 onEmitVaryings(GrGLSLVaryingHandler* varyingHandler, GrGLSLVarying::Scope scope, SkString* code) argument
134 onEmitVaryings(GrGLSLVaryingHandler* varyingHandler, GrGLSLVarying::Scope scope, SkString* code) argument
[all...]
/external/skqp/src/gpu/ccpr/
H A DGrCCCubicShader.cpp4 * Use of this source code is governed by a BSD-style license that can be
81 GrGLSLVarying::Scope scope, SkString* code,
88 code->appendf("float3 klm = float3(%s, 1) * %s;", position, fKLMMatrix.c_str());
89 code->appendf("float d = dot(float3(%s, 1), %s);", position, fEdgeDistanceEquation.c_str());
90 code->appendf("%s = float4(klm, d);", OutName(fKLMD));
92 this->onEmitVaryings(varyingHandler, scope, code);
110 GrGLSLVarying::Scope scope, SkString* code) {
114 code->appendf("%s[0] = 3 * klm[0] * %s[0].xy;", OutName(fGradMatrix), fKLMMatrix.c_str());
115 code->appendf("%s[1] = -klm[1] * %s[2].xy - klm[2] * %s[1].xy;",
135 GrGLSLVarying::Scope scope, SkString* code) {
80 onEmitVaryings(GrGLSLVaryingHandler* varyingHandler, GrGLSLVarying::Scope scope, SkString* code, const char* position, const char* inputCoverage, const char* ) argument
109 onEmitVaryings(GrGLSLVaryingHandler* varyingHandler, GrGLSLVarying::Scope scope, SkString* code) argument
134 onEmitVaryings(GrGLSLVaryingHandler* varyingHandler, GrGLSLVarying::Scope scope, SkString* code) argument
[all...]
/external/aac/libAACdec/src/
H A Dusacdec_ace_d4t64.cpp41 the FDK AAC Codec or your modifications thereto in source code form.
46 charge copies of the complete source code of the FDK AAC Codec and your
114 * code O: fixed codebook
123 FIXP_COD code[]) {
129 code[i] = code[i] + (FIXP_COD)(512 << (COD_BITS - FRACT_BITS));
131 code[i] = code[i] - (FIXP_COD)(512 << (COD_BITS - FRACT_BITS));
332 * code I: (Q9) algebraic (fixed) codebook excitation
356 void D_ACELP_decode_4t64(SHORT index[], int nbits, FIXP_COD code[]) { argument
122 D_ACELP_add_pulse(SHORT pos[], SHORT nb_pulse, SHORT track, FIXP_COD code[]) argument
[all...]
H A Dusacdec_ace_d4t64.h41 the FDK AAC Codec or your modifications thereto in source code form.
46 charge copies of the complete source code of the FDK AAC Codec and your
115 void D_ACELP_decode_4t64(SHORT index[], int nbits, FIXP_COD code[]);
/external/python/cpython2/Modules/
H A Dunicodedata.c46 _getrecord_ex(Py_UCS4 code) argument
49 if (code >= 0x110000)
52 index = index1[(code>>SHIFT)];
53 index = index2[(index<<SHIFT)+(code&((1<<SHIFT)-1))];
405 int code, index, count, i; local
416 code = (int)c;
424 if (code < 0 || code >= 0x110000)
427 index = decomp_index1[(code>>DECOMP_SHIFT)];
429 (code
464 get_decomp_record(PyObject *self, Py_UCS4 code, int *index, int *prefix, int *count) argument
528 Py_UNICODE code = stack[--stackptr]; local
613 find_nfc_index(PyObject *self, struct reindex* nfc, Py_UNICODE code) argument
634 Py_UNICODE code; local
880 is_unified_ideograph(Py_UCS4 code) argument
890 _getucname(PyObject *self, Py_UCS4 code, char* buffer, int buflen) argument
980 _cmpname(PyObject *self, int code, const char* name, int namelen) argument
1015 _getcode(PyObject* self, const char* name, int namelen, Py_UCS4* code) argument
1149 Py_UCS4 code; local
[all...]
/external/autotest/client/site_tests/security_SMMLocked/src/
H A Dsmm.c3 * Use of this source code is governed by a BSD-style license that can be
26 int code = EXIT_SUCCESS; local
32 code = EXIT_FAILURE;
41 code = EXIT_FAILURE;
44 return code;
/external/capstone/arch/AArch64/
H A DAArch64Disassembler.h17 bool AArch64_getInstruction(csh ud, const uint8_t *code, size_t code_len,
/external/capstone/arch/PowerPC/
H A DPPCDisassembler.h17 bool PPC_getInstruction(csh ud, const uint8_t *code, size_t code_len,

Completed in 832 milliseconds

<<11121314151617181920>>