Home
last modified time | relevance | path

Searched refs:code (Results 2351 - 2375 of 6782) sorted by relevance

1...<<919293949596979899100>>...272

/third_party/musl/src/thread/s390x/
H A Dclone.s15 # pseudo C code:
53 # call SYS_exit. exit code is already in r2 from fn return value
/third_party/node/deps/npm/node_modules/@sigstore/verify/dist/key/
H A Dindex.js30 code: 'PUBLIC_KEY_ERROR',
45 code: 'CERTIFICATE_ERROR',
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Ddisassemble.h38 disassemble_valhall(FILE *fp, const uint64_t *code, unsigned size, bool verbose) in disassemble_valhall() argument
44 uint64_t instr = code[i]; in disassemble_valhall()
/third_party/lzma/C/
H A DBcj2.h1 /* Bcj2.h -- BCJ2 converter for x86 code (Branch CALL/JUMP variant2)
105 UInt32 code; member
144 part of CBcj2Dec also was finished, and then (CBcj2Dec::code == 0).
145 Note that (CBcj2Dec::code == 0) is allowed for non-finished decoding.
147 #define Bcj2Dec_IsMaybeFinished_code(_p_) ((_p_)->code == 0)
216 - (mod 4 GiB) for 32-bit x86 code
217 - signed Int32 for 64-bit x86-64 code
226 And new (v23) way is more suitable to encode 64-bit x86-64 code for (fileSize64 > 2 GiB) cases.
/third_party/node/deps/v8/src/codegen/
H A Dhandler-table.h2 // Use of this source code is governed by a BSD-style license that can be
24 // the code object it is associated with. The tables come in two flavors:
25 // 1) Based on ranges: Used for unoptimized code. Stored in a {ByteArray} that
30 // 2) Based on return addresses: Used for turbofanned code. Stored directly in
37 // exception or cause a re-throw to outside the code boundary. Since this is
55 explicit HandlerTable(Code code);
58 explicit HandlerTable(const wasm::WasmCode* code);
/third_party/node/deps/v8/src/heap/base/asm/ia32/
H A Dpush_registers_masm.S2 ;; Use of this source code is governed by a BSD-style license that can be
12 .code
/third_party/node/deps/v8/src/objects/
H A Dosr-optimized-code-cache.h2 // Use of this source code is governed by a BSD-style license that can be
16 // This enum is a performance optimization for accessing the OSR code cache -
46 // Caches the optimized code |code| corresponding to the shared function
47 // |shared| and bailout id |osr_offset| in the OSROptimized code cache.
48 // If the OSR code cache wasn't created before it creates a code cache with
51 Handle<SharedFunctionInfo> shared, Handle<CodeT> code,
54 // Returns the code corresponding to the shared function |shared| and
63 // Remove all code object
[all...]
/third_party/python/Tools/scripts/
H A Dgenerate_sre_constants.py39 code = fp.read() variable
40 exec(code, ns)
H A Dpysource.py80 code = infile.read()
83 compile(code, fullpath, "exec")
/third_party/python/Lib/
H A D_sitebuiltins.py19 def __call__(self, code=None):
26 raise SystemExit(code)
/third_party/python/Lib/test/
H A Dsignalinterproctester.py43 code = 'import os, signal; os.kill(%s, signal.%s)' % (pid, signame)
44 args = [sys.executable, '-I', '-c', code]
/third_party/skia/src/xml/
H A DSkXMLParser.h5 * Use of this source code is governed by a BSD-style license that can be
41 void setCode(ErrorCode code) { fCode = code; } in setCode() argument
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffparse.h81 FT_UInt code,
119 int code; member
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_exceptions.h55 /// Construct an exception representing the given error code.
56 /// \param code Error code this exception is for.
58 dng_exception (dng_error_code code) in dng_exception() argument
60 : fErrorCode (code) in dng_exception()
69 /// Getter for error code of this exception
70 /// \retval The error code of this exception.
81 /// \brief Throw an exception based on an arbitrary error code.
90 /// \brief Convenience function to throw dng_exception with error code if
107 /// \brief Convenience function to throw dng_exception with error code
[all...]
/third_party/python/Programs/
H A D_freeze_module.py6 The generated byte code is slightly different because
26 code = compile(text, filename, "exec", optimize=0, dont_inherit=True)
27 return marshal.dumps(code)
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstatus.cc9 // * Redistributions of source code must retain the above copyright
41 inline string CodeEnumToString(error::Code code) { in CodeEnumToString() argument
42 switch (code) { in CodeEnumToString()
79 // No default clause, clang will abort if a code is missing from in CodeEnumToString()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Deap_ikev2_common.c51 struct wpabuf * eap_ikev2_build_frag_ack(u8 id, u8 code) in eap_ikev2_build_frag_ack() argument
55 msg = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_IKEV2, 0, code, id); in eap_ikev2_build_frag_ack()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Deap_ikev2_common.c51 struct wpabuf * eap_ikev2_build_frag_ack(u8 id, u8 code) in eap_ikev2_build_frag_ack() argument
55 msg = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_IKEV2, 0, code, id); in eap_ikev2_build_frag_ack()
/third_party/libinput/src/
H A Devdev-mt-touchpad.c293 unsigned int code, in tp_fake_finger_set()
298 switch (code) { in tp_fake_finger_set()
310 shift = code - BTN_TOOL_DOUBLETAP + 2; in tp_fake_finger_set()
496 rotated(struct tp_dispatch *tp, unsigned int code, int value) in rotated() argument
503 switch (code) { in rotated()
525 switch(e->code) { in tp_process_absolute()
528 e->code, in tp_process_absolute()
530 t->point.x = rotated(tp, e->code, e->value); in tp_process_absolute()
536 e->code, in tp_process_absolute()
538 t->point.y = rotated(tp, e->code, in tp_process_absolute()
292 tp_fake_finger_set(struct tp_dispatch *tp, unsigned int code, bool is_press) tp_fake_finger_set() argument
2869 unsigned int code; tp_disable_abs_mt() local
2881 unsigned int code; tp_init_slots() member
3604 unsigned int code; tp_init_pressure() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_s3tc.c481 * You better hope the backend code manages to detect the pattern, and in lp_build_pavgb()
834 LLVMValueRef code, in lp_build_lerpdxta()
870 code = LLVMBuildBitCast(builder, code, bld16.vec_type, ""); in lp_build_lerpdxta()
871 /* we'll get garbage in the elements which had code 0 (or larger than 5 or 7) in lp_build_lerpdxta()
873 code = LLVMBuildSub(builder, code, bld16.one, ""); in lp_build_lerpdxta()
875 weight = LLVMBuildMul(builder, weight, code, ""); in lp_build_lerpdxta()
921 * extract code in s3tc_dxt5_alpha_channel()
923 * mul weights by code in s3tc_dxt5_alpha_channel()
831 lp_build_lerpdxta(struct gallivm_state *gallivm, LLVMValueRef alpha0, LLVMValueRef alpha1, LLVMValueRef code, LLVMValueRef sel_mask, unsigned n) lp_build_lerpdxta() argument
1269 LLVMValueRef rgba, tmp, a, sel_mask, indices, code, const2; s3tc_decode_block_dxt1() local
1556 lp_build_lerpdxta_block(struct gallivm_state *gallivm, LLVMValueRef alpha0, LLVMValueRef alpha1, LLVMValueRef code, LLVMValueRef sel_mask) lp_build_lerpdxta_block() argument
[all...]
/kernel/linux/linux-5.10/arch/loongarch/net/
H A Debpf_jit.c286 bool is32 = (BPF_CLASS(insn->code) == BPF_ALU); in build_insn()
287 const u8 code = insn->code; in build_insn() local
288 const u8 cond = BPF_OP(code); in build_insn()
302 switch (code) { in build_insn()
639 switch (BPF_SIZE(code)) { in build_insn()
655 switch (BPF_SIZE(code)) { in build_insn()
679 switch (BPF_SIZE(code)) { in build_insn()
695 switch (BPF_SIZE(code)) { in build_insn()
718 switch (BPF_SIZE(code)) { in build_insn()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dtruemotion2.c97 int *recode; ///< table for converting from code indexes to values
106 int max_bits; ///< maximum length of code
107 int min_bits; ///< minimum length of code
117 * @returns the length of the longest code or an AVERROR code
149 static int tm2_build_huff_table(TM2Context *ctx, TM2Codes *code) in tm2_build_huff_table() argument
164 "length: %i, max code length: %i\n", huff.val_bits, huff.max_bits); in tm2_build_huff_table()
201 res = ff_init_vlc_from_lengths(&code->vlc, huff.max_bits, huff.max_num, in tm2_build_huff_table()
207 code->bits = huff.max_bits; in tm2_build_huff_table()
208 code in tm2_build_huff_table()
222 tm2_free_codes(TM2Codes *code) tm2_free_codes() argument
229 tm2_get_token(GetBitContext *gb, TM2Codes *code) tm2_get_token() argument
[all...]
/third_party/ffmpeg/libavformat/
H A Dmpeg.c32 /* demux code */
65 uint32_t code = -1; in mpegps_probe() local
72 code = (code << 8) + p->buf[i]; in mpegps_probe()
73 if ((code & 0xffffff00) == 0x100) { in mpegps_probe()
78 if (code == SYSTEM_HEADER_START_CODE) in mpegps_probe()
80 else if (code == PACK_START_CODE && pack) in mpegps_probe()
82 else if ((code & 0xf0) == VIDEO_ID && pes) { in mpegps_probe()
86 // skip pes payload to avoid start code emulation for private in mpegps_probe()
88 else if ((code in mpegps_probe()
[all...]
/third_party/lwip/src/netif/ppp/
H A Dccp.c10 * 1. Redistributions of source code must retain the above copyright
166 * Protocol entry points from main code.
212 * Callbacks for fsm code.
485 * Handle a CCP-specific code.
487 static int ccp_extcode(fsm *f, int code, int id, u_char *p, int len) { in ccp_extcode() argument
492 switch (code) { in ccp_extcode()
971 * Peer wants us to use a different code size or something. in ccp_nakci()
1298 * Check whether we can do BSD-Compress with the code in ccp_reqci()
1299 * size they want. If the code size is too big, reduce in ccp_reqci()
1524 int code, i in ccp_printpkt() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dgraph-visualizer.cc2 // Use of this source code is governed by a BSD-style license that can be
1043 const InstructionSequence& code) { in PrintTopLevelLiveRanges()
1053 os << TopLevelLiveRangeAsJSON{*range, code}; in PrintTopLevelLiveRanges()
1087 const InstructionSequence* code = o.code_; in operator <<() local
1143 tooltip << code->GetConstant(vreg); in operator <<()
1168 tooltip << code->GetImmediate(imm); in operator <<()
1290 const InstructionSequence* code = b.code_; in operator <<() local
1317 InstructionOperandAsJSON json_op = {nullptr, code}; in operator <<()
1335 InstructionAsJSON json_instr = {-1, nullptr, code}; in operator <<()
1342 json_instr.instr_ = code in operator <<()
1041 PrintTopLevelLiveRanges(std::ostream& os, const ZoneVector<TopLevelLiveRange*> ranges, const InstructionSequence& code) PrintTopLevelLiveRanges() argument
1352 const InstructionSequence* code = s.sequence_; operator <<() local
[all...]

Completed in 19 milliseconds

1...<<919293949596979899100>>...272