/third_party/lzma/Asm/x86/ |
H A D | 7zAsm.asm | 51 .code
|
/third_party/node/deps/v8/src/execution/ |
H A D | frames-inl.h | 2 // Use of this source code is governed by a BSD-style license that can be 22 Code code; member
|
/third_party/node/deps/v8/src/torque/ls/ |
H A D | message.h | 2 // Use of this source code is governed by a BSD-style license that can be 110 JSON_INT_ACCESSORS(code)
|
/third_party/node/deps/openssl/openssl/crypto/bf/ |
H A D | bf_enc.c | 27 to modify the code.
|
/third_party/node/deps/uvwasi/include/ |
H A D | uvwasi.h | 87 const char* uvwasi_embedder_err_code_to_string(uvwasi_errno_t code);
|
/third_party/protobuf/editors/ |
H A D | proto.vim | 9 " * Redistributions of source code must retain the above copyright
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | sink-input.h | 396 /* External code may request disconnection with this function */ 441 int pa_sink_input_process_msg(pa_msgobject *o, int code, void *userdata, int64_t offset, pa_memchunk *chunk);
|
H A D | source-output.h | 322 /* External code may request disconnection with this function */ 363 int pa_source_output_process_msg(pa_msgobject *mo, int code, void *userdata, int64_t offset, pa_memchunk *chunk);
|
/third_party/python/Lib/idlelib/ |
H A D | hyperparser.py | 4 proper indentation of code. HyperParser gives additional information on 5 the structure of code. 67 self.rawtext = parser.code[:-2] 68 # Parser.code apparently preserves the statement we are in, so 111 """Is the index given to the HyperParser in normal code?""" 228 "if index is inside a code.")
|
/third_party/openssl/crypto/bf/ |
H A D | bf_enc.c | 27 to modify the code.
|
/third_party/skia/src/gpu/glsl/ |
H A D | GrGLSLShaderBuilder.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 333 // append the 'footer' to code in finalize() 334 this->code().append("}"); in finalize()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jidctfst.c | 12 * inverse DCT (Discrete Cosine Transform). In the IJG code, this routine 18 * complex and seem not to be any faster when reduced to code. 24 * code is based directly on figure 4-8 in P&M. 51 Sorry, this code only copes with 8x8 DCTs. /* deliberate syntax err */
|
H A D | jidctred.c | 19 * of the normal LL&M code, then simplifying as much as possible. 39 Sorry, this code only copes with 8x8 DCTs. /* deliberate syntax err */
|
/third_party/python/Modules/_ctypes/ |
H A D | ctypes.h | 184 char code; member
|
/third_party/protobuf/src/google/protobuf/compiler/java/ |
H A D | java_helpers.h | 9 // * Redistributions of source code must retain the above copyright 104 // TODO(xiaofeng): remove the default value after updating client code. 275 // Generates the java code for the expression that returns the boolean value 280 // Generates the java code for the expression that sets the bit of the shared 285 // Generates the java code for the expression that clears the bit of the shared 437 void EscapeUtf16ToString(uint16 code, std::string* output);
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsFboUtil.hpp | 384 void addViolation (std::vector<RuleViolation>& dst, glw::GLenum code, const char* description) const;
|
/third_party/ffmpeg/libavcodec/ |
H A D | wmadec.c | 200 * NOTE: We use the same code as Vorbis here 336 int last_exp, n, code; in decode_exp_vlc() local 363 code = get_vlc2(&s->gb, s->exp_vlc.table, EXPVLCBITS, EXPMAX); in decode_exp_vlc() 365 last_exp += code - 60; in decode_exp_vlc()
|
H A D | opus.c | 24 * Opus decoder/parser shared code 69 * Read a multi-byte length (used for code 3 packet padding size) 105 pkt->code = (i ) & 0x3; in ff_opus_parse_packet() 109 /* code 2 and code 3 packets have at least 1 byte after the TOC */ in ff_opus_parse_packet() 110 if (pkt->code >= 2 && buf_size < 2) in ff_opus_parse_packet() 113 switch (pkt->code) { in ff_opus_parse_packet()
|
/third_party/curl/lib/ |
H A D | urlapi.c | 1095 CURLcode code = Curl_dyn_addn(&host, ptr, len); in parseurl() local 1096 if(code) { in parseurl() 1097 result = cc2cu(code); in parseurl()
|
H A D | c-hyper.c | 273 /* We need to set 'httpcodeq' for functions that check the response code in in status_line() 402 hyper_code code = hyper_error_code(hypererr); in Curl_hyper_stream() local 403 failf(data, "Hyper: [%d] %.*s", (int)code, (int)errlen, errbuf); in Curl_hyper_stream() 404 switch(code) { in Curl_hyper_stream()
|
/third_party/libbpf/src/ |
H A D | gen_loader.c | 132 /* jump over cleanup code */ in bpf_gen__init() 134 /* size of cleanup code below (including map fd cleanup) */ in bpf_gen__init() 143 /* emit cleanup code: close all temp FDs */ in bpf_gen__init() 151 /* R7 contains the error code from sys_bpf. Copy it into R0 and exit. */ in bpf_gen__init() 746 emit(gen, BPF_LDX_MEM(BPF_B, BPF_REG_9, BPF_REG_8, offsetofend(struct bpf_insn, code))); in emit_ksym_relo_log() 844 emit(gen, BPF_LDX_MEM(BPF_B, BPF_REG_9, BPF_REG_8, offsetofend(struct bpf_insn, code))); in emit_relo_ksym_btf() 846 emit(gen, BPF_STX_MEM(BPF_B, BPF_REG_8, BPF_REG_9, offsetofend(struct bpf_insn, code))); in emit_relo_ksym_btf()
|
/third_party/node/src/ |
H A D | node_worker.cc | 371 Debug(this, "Exiting thread for worker %llu with exit code %d", in Run() 731 void Worker::Exit(int code, const char* error_code, const char* error_message) { in Exit() argument 734 thread_id_.id, code, error_code, error_message); in Exit() 742 exit_code_ = code; in Exit()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir.cpp | 1181 code = NULL; in Program() 1359 info_out->bin.code = prog->code; in nv50_ir_generate_code()
|
/third_party/libinput/src/ |
H A D | evdev-mt-touchpad-buttons.c | 43 * The state machine only affects the soft button area code. 595 uint32_t mask = bit(e->code - BTN_LEFT); in tp_process_button() 598 if (tp->buttons.is_clickpad && e->code != BTN_LEFT) { in tp_process_button() 601 libevdev_event_code_get_name(EV_KEY, e->code)); in tp_process_button() 1202 * by the softbutton code with one based on the number of fingers. in tp_notify_clickpadbutton()
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-evaluate.cc | 2 // Use of this source code is governed by a BSD-style license that can be 1201 Code code = FromCodeT(isolate->builtins()->code(caller)); in VerifyTransitiveBuiltins() local 1205 for (RelocIterator it(code, mode); !it.done(); it.next()) { in VerifyTransitiveBuiltins() 1228 // on PPC. We try to avoid using PC relative code due to performance in VerifyTransitiveBuiltins() 1230 // MIPS64 doesn't have PC relative code currently. in VerifyTransitiveBuiltins() 1231 // TODO(mips): Add PC relative code to MIPS64. in VerifyTransitiveBuiltins()
|