Home
last modified time | relevance | path

Searched refs:_code (Results 1 – 15 of 15) sorted by relevance

/third_party/libunwind/doc/
Dunw_strerror.tex15 \Type{const char *} \Func{unw\_strerror}(\Type{int} \Var{err\_code});\\
19 The \Func{unw\_strerror}() routine maps the (negative) \Var{err\_code}
24 The message that corresponds to \Var{err\_code} or, if the
25 \Var{err\_code} has no corresponding message, the text "invalid error
/third_party/harfbuzz/src/
Dhb-machinery.hh96 #define _DEFINE_COMPILES_ASSERTION1(_line, _code) \ argument
98 { _code; }
99 # define _DEFINE_COMPILES_ASSERTION0(_line, _code) _DEFINE_COMPILES_ASSERTION1 (_line, _code) argument
100 # define DEFINE_COMPILES_ASSERTION(_code) _DEFINE_COMPILES_ASSERTION0 (__LINE__, _code) argument
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-machinery.hh96 #define _DEFINE_COMPILES_ASSERTION1(_line, _code) \ argument
98 { _code; }
99 # define _DEFINE_COMPILES_ASSERTION0(_line, _code) _DEFINE_COMPILES_ASSERTION1 (_line, _code) argument
100 # define DEFINE_COMPILES_ASSERTION(_code) _DEFINE_COMPILES_ASSERTION0 (__LINE__, _code) argument
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-machinery.hh107 #define _DEFINE_COMPILES_ASSERTION1(_line, _code) \ argument
109 { _code; }
110 # define _DEFINE_COMPILES_ASSERTION0(_line, _code) _DEFINE_COMPILES_ASSERTION1 (_line, _code) argument
111 # define DEFINE_COMPILES_ASSERTION(_code) _DEFINE_COMPILES_ASSERTION0 (__LINE__, _code) argument
/third_party/libwebsockets/lib/roles/http/
Dheader.c305 lws_add_http_header_status(struct lws *wsi, unsigned int _code, in lws_add_http_header_status() argument
312 unsigned int code = _code & LWSAHH_CODE_MASK; in lws_add_http_header_status()
385 !(_code & LWSAHH_FLAG_NO_SERVER_NAME)) { in lws_add_http_header_status()
/third_party/python/Include/
Dgenobject.h21 PyObject *prefix##_code; \
/third_party/openssl/providers/implementations/rands/seeding/
Drand_unix.c150 extern void s$sleep(long *_duration, short int *_code); in ossl_pool_acquire_entropy()
153 extern void s$sleep2(long long *_duration, short int *_code); in ossl_pool_acquire_entropy()
/third_party/flutter/engine/flutter/shell/platform/darwin/common/framework/Source/
DFlutterChannels.mm86 _code = [code retain];
93 [_code release];
/third_party/python/Objects/
Dexceptions.c2678 PyObject *_code = PyLong_FromLong(CODE); \ in _PyExc_Init()
2680 if (!_code || PyDict_SetItem(state->errnomap, _code, PyExc_ ## TYPE)) { \ in _PyExc_Init()
2681 Py_XDECREF(_code); \ in _PyExc_Init()
2684 Py_DECREF(_code); \ in _PyExc_Init()
/third_party/python/Lib/
Dsre_compile.py598 def _code(p, flags): function
768 code = _code(p, flags)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips16InstrFormats.td191 bits<6> _code; // code is a keyword in tablegen
197 let Inst{10-5} = _code;
/third_party/mesa3d/src/asahi/lib/
Ddecode.c42 agx_disassemble(void *_code, size_t maxlen, FILE *fp) in agx_disassemble() argument
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cDrawIndirectTests.cpp108 DILogger sub_result(long _code) in sub_result() argument
110 if (_code == NO_ERROR) in sub_result()
112 return sub_result_inner(_code).nullify(); in sub_result()
116 return sub_result_inner(_code); in sub_result()
121 DILogger sub_result_inner(long _code) in sub_result_inner() argument
123 status_ |= _code; in sub_result_inner()
/third_party/python/Doc/library/
Didle.rst558 .. _code-context:
/third_party/node/doc/changelogs/
DCHANGELOG_V14.md1818 * [[`f65b842ee1`](https://github.com/nodejs/node/commit/f65b842ee1)] - **doc**: use \_code name\_ r…
3726 …m/nodejs/node/commit/33cff40bb7)] - **src**: remove ref to tools/generate\_code\_cache.js (Daniel …