Home
last modified time | relevance | path

Searched defs:code (Results 1051 - 1075 of 1379) sorted by relevance

1...<<41424344454647484950>>...56

/third_party/curl/lib/vtls/
H A Dvtls.c1283 multissl_recv_plain(struct Curl_cfilter *cf, struct Curl_easy *data, char *buf, size_t len, CURLcode *code) multissl_recv_plain() argument
1292 multissl_send_plain(struct Curl_cfilter *cf, struct Curl_easy *data, const void *mem, size_t len, CURLcode *code) multissl_send_plain() argument
/third_party/glfw/tests/
H A Dtriangle-vulkan.c1204 demo_prepare_shader_module(struct demo *demo, const void *code, size_t size) { in demo_prepare_shader_module() argument
/third_party/backends/backend/genesys/
H A Dlow.cpp1322 int code = static_cast<int>(283 * (1 - gain)); in compute_frontend_gain_wolfson() local
1328 int code = static_cast<int>((target_value / value) * 12); in compute_frontend_gain_lide_80() local
1338 int code = static_cast<int>(283 - 208 / inv_gain); in compute_frontend_gain_wolfson_gl841() local
1347 int code = static_cast<int>(283 - 208 / inv_gain); compute_frontend_gain_wolfson_gl846_gl847_gl124() local
1369 int code = static_cast<int>((378.0f / 5.0f) * ((target_value - value) / target_value)); compute_frontend_gain_analog_devices() local
[all...]
/third_party/curl/lib/
H A Dftp.c556 int code; in ftp_readresp() local
536 ftp_endofresp(struct Curl_easy *data, struct connectdata *conn, char *line, size_t len, int *code) ftp_endofresp() argument
[all...]
/third_party/cups-filters/filter/foomatic-rip/
H A Doptions.c1288 static int contains_active_postscript(const char *code) in contains_active_postscript() argument
1304 option_set_choice(option_t *opt, const char *name, const char *text, const char *code) option_set_choice() argument
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c1657 uint32_t code; global() member
1685 enumCharNamesFn(void *context, UChar32 code, UCharNameChoice nameChoice, const char *name, int32_t length) enumCharNamesFn() argument
1739 enumExtCharNamesFn(void *context, UChar32 code, UCharNameChoice nameChoice, const char *name, int32_t length) enumExtCharNamesFn() argument
[all...]
/third_party/icu/icu4c/source/common/unicode/
H A Dutypes.h700 U_SUCCESS(UErrorCode code) U_SUCCESS() argument
706 U_FAILURE(UErrorCode code) U_FAILURE() argument
[all...]
/third_party/icu/icu4c/source/common/
H A Dunames.cpp101 UChar32 code; member
448 static uint16_t getExtName(uint32_t code, char *buffer, uint16_t bufferLength) { in getExtName() argument
483 getGroup(UCharNames *names, uint32_t code) getGroup() argument
578 getName(UCharNames *names, uint32_t code, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) getName() argument
773 writeFactorSuffix(const uint16_t *factors, uint16_t count, const char *s, uint32_t code, uint16_t indexes[8], const char *elementBases[8], const char *elements[8], char *buffer, uint16_t bufferLength) writeFactorSuffix() argument
852 getAlgName(AlgorithmicRange *range, uint32_t code, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) getAlgName() argument
1079 UChar32 code; findAlgName() local
1450 u_charName(UChar32 code, UCharNameChoice nameChoice, char *buffer, int32_t bufferLength, UErrorCode *pErrorCode) u_charName() argument
[all...]
/third_party/libuv/src/win/
H A Dtty.c625 static const char* get_vt100_fn_key(DWORD code, char shift, char ctrl, in get_vt100_fn_key() argument
/third_party/libcoap/examples/
H A Dcoap-client.c636 unsigned char code; member
/third_party/libcoap/src/
H A Dcoap_tinydtls.c332 dtls_event(struct dtls_context_t *dtls_context, session_t *dtls_session, dtls_alert_level_t level, uint16_t code) dtls_event() argument
/third_party/mbedtls/library/
H A Dx509_crt.c1889 int code; member
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_tex.c1184 nir_ssa_def *code = nir_channel(b, &tex_copy->dest.ssa, 4); in lower_tg4_offsets() local
/third_party/mesa3d/src/amd/vulkan/layers/
H A Dradv_sqtt_layer.c884 uint8_t *code; in radv_add_code_object() local
/third_party/mesa3d/src/glx/
H A Dglxcmds.c319 CreateContext(Display *dpy, int generic_id, struct glx_config *config, GLXContext shareList_user, Bool allowDirect, unsigned code, int renderType) CreateContext() argument
/third_party/node/src/
H A Dcares_wrap.cc1845 int code = args[0]->Int32Value(env->context()).FromJust(); in StrError() local
H A Dnode_api.cc1138 static JSVM_Status ConvertUVErrorCode(int code) { in ConvertUVErrorCode() argument
H A Dnode_http2.h390 int32_t code() const { return code_; } in code() function in node::http2::Http2Stream
[all...]
/third_party/node/src/crypto/
H A Dcrypto_common.cc213 const char* code = "UNSPECIFIED"; in X509ErrorCode() local
H A Dcrypto_tls.cc1781 const char* code = X509ErrorCode(x509_verify_error); in VerifyError() local
/third_party/node/deps/v8/src/wasm/
H A Dwasm-module.h66 WireBytesRef code; // code of this function. member
437 WireBytesRef code = {0, 0}; member
H A Dwasm-serialization.cc335 WriteCode(const WasmCode* code, Writer* writer) WriteCode() argument
503 std::unique_ptr<WasmCode> code; global() member
[all...]
H A Dwasm-engine.cc385 std::vector<WasmCode*> code; global() member
1284 std::vector<WasmCode*>& code = log_entry.second.code; FreeNativeModule() local
1418 AddPotentiallyDeadCode(WasmCode* code) AddPotentiallyDeadCode() argument
[all...]
H A Dwasm-debug.cc409 wasm::WasmCode* code = frame->wasm_code(); PrepareStep() local
418 wasm::WasmCode* code = frame->wasm_code(); PrepareStepOutTo() local
426 auto* code = frame->wasm_code(); ClearStepping() local
547 wasm::WasmCode* code; global() member
553 GetDebugSideTable(WasmCode* code) GetDebugSideTable() argument
626 int code = reg.is_fp_pair() ? reg.low_fp().code() : reg.fp().code(); GetValue() local
628 int code = reg.fp().code(); GetValue() local
726 WireBytesRef code = native_module->module()->functions[func_index].code; IsAtReturn() local
762 WasmCode* code; global() member
808 GetExportName(ImportExportKindCode code, uint32_t index) GetExportName() argument
813 GetImportName( ImportExportKindCode code, uint32_t index) GetImportName() argument
858 RemoveDebugSideTables(base::Vector<WasmCode* const> code) RemoveDebugSideTables() argument
[all...]
/third_party/node/deps/v8/tools/gcmole/
H A Dgcmole.cc505 SymbolTable::iterator code = symbol_table_.find(name); in IsAlive() local
526 SymbolTable::iterator code = symbol_table_.find(name); in SymbolToCode() local
562 Environment(const Environment& l, int code) in Environment() argument

Completed in 58 milliseconds

1...<<41424344454647484950>>...56