Home
last modified time | relevance | path

Searched refs:target (Results 2776 - 2800 of 4886) sorted by relevance

1...<<111112113114115116117118119120>>...196

/third_party/libunwind/libunwind/doc/
H A Dunw_set_reg.tex23 The register numbering is target-dependent and described in separate
24 manual pages (e.g., libunwind-ia64(3) for the IA-64 target).
H A Dunw_get_fpreg.tex23 The register numbering is target-dependent and described in separate
24 manual pages (e.g., libunwind-ia64(3) for the IA-64 target).
H A Dunw_get_reg.tex23 The register numbering is target-dependent and described in separate
24 manual pages (e.g., libunwind-ia64(3) for the IA-64 target).
H A Dunw_set_fpreg.tex23 The register numbering is target-dependent and described in separate
24 manual pages (e.g., libunwind-ia64(3) for the IA-64 target).
/third_party/mesa3d/src/egl/generate/
H A Dgen_egl_dispatch.py48 parser.add_argument("target", choices=("header", "source"),
65 if args.target == "header":
67 elif args.target == "source":
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-hugeurl/
H A Dminimal-secure-streams.c323 int current, int target) in app_system_state_nf()
332 if (target != LWS_SYSTATE_OPERATIONAL) in app_system_state_nf()
322 app_system_state_nf(lws_state_manager_t *mgr, lws_state_notify_link_t *link, int current, int target) app_system_state_nf() argument
/third_party/ltp/testcases/cve/
H A Dmeltdown.c61 "movq (%[target], %%rax, 1), %%rbx\n" in speculate()
66 : [target] "r" (target_array), in speculate()
86 "movl (%[target], %%eax, 1), %%ebx\n" in speculate()
91 : [target] "r" (target_array), in speculate()
/third_party/libwebsockets/minimal-examples/mqtt-client/minimal-mqtt-client/
H A Dminimal-mqtt-client.c139 int current, int target) in system_notify_cb()
144 target != LWS_SYSTATE_OPERATIONAL) in system_notify_cb()
138 system_notify_cb(lws_state_manager_t *mgr, lws_state_notify_link_t *link, int current, int target) system_notify_cb() argument
/third_party/libwebsockets/minimal-examples/api-tests/api-test-secure-streams/
H A Dmain.c303 int current, int target) in app_system_state_nf()
312 switch (target) { in app_system_state_nf()
302 app_system_state_nf(lws_state_manager_t *mgr, lws_state_notify_link_t *link, int current, int target) app_system_state_nf() argument
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-post/
H A Dminimal-secure-streams-post.c395 int current, int target) in app_system_state_nf()
410 switch (target) { in app_system_state_nf()
394 app_system_state_nf(lws_state_manager_t *mgr, lws_state_notify_link_t *link, int current, int target) app_system_state_nf() argument
/third_party/ltp/include/
H A Dsafe_macros_fn.h173 const char *source, const char *target,
178 const char *target);
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_screen.h212 enum pipe_texture_target target,
489 * modifier combination can only be used with an external texture target.
715 enum pipe_texture_target target,
/third_party/node/lib/internal/dns/
H A Dutils.js252 function bindDefaultResolver(target, source) {
255 target[key] = FunctionPrototypeBind(source[key], defaultResolver);
/third_party/node/src/
H A Dbase_object.h247 // If strong, this will keep the target BaseObject alive regardless of other
259 inline explicit BaseObjectPtrImpl(T* target);
286 BaseObject* target; // Used for strong pointers. member
H A Dnode_blob.h33 v8::Local<v8::Object> target,
112 static void Initialize(Environment* env, v8::Local<v8::Object> target);
H A Dnode_wasm_web_api.cc195 void Initialize(Local<Object> target, in Initialize() argument
199 SetMethod(context, target, "setImplementation", SetImplementation); in Initialize()
/third_party/node/deps/v8/third_party/zlib/
H A Dcrc32_simd.c166 * armv8 target, which is incompatible with ThinLTO optimizations on Android.
169 * function-level `target`s, however.)
178 * feature for this target (ignoring feature)." This appears to be a harmless
187 #define TARGET_ARMV8_WITH_CRC __attribute__((target("crc")))
189 #define TARGET_ARMV8_WITH_CRC __attribute__((target("armv8-a,crc")))
/third_party/node/tools/gyp/pylib/gyp/
H A Dxcode_ninja.py9 executable targets, each with a build step to build with ninja, and a target
59 """ Create fake target for xcode-ninja wrapper. """
143 target_extras: Regular expression to always add, matching any target.
145 spec: Specifications for target.
158 # If there is a filter and the target does not match, exclude the target.
172 target_list: List of target pairs: 'base/base.gyp:base'.
173 target_dicts: Dict of target properties keyed on target pair.
208 # For including other non-executable targets, add the matching target nam
[all...]
/third_party/notofonts/scripts/
H A Dgather.py34 target = os.path.join(dst, filename)
36 fonts.append(target)
/third_party/mesa3d/src/mapi/new/
H A DgenCommon.py97 def getExportNamesFromRoots(target, roots):
102 target should be one of "gl", "gldispatch", "opengl", "glesv1", or
105 featureNames = _LIBRARY_FEATURE_NAMES[target]
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_function.c196 const struct dxil_type *target = get_type_from_string(mod, param_descr, overload, idx); in get_type_from_string() local
197 return dxil_module_get_pointer_type(mod, target); in get_type_from_string()
/third_party/node/deps/npm/node_modules/@tufjs/models/dist/
H A Drole.js76 * - ``pathHashPrefixes`` is set: delegates targets whose target path hash
164 function isTargetInPathPattern(target, pattern) {
165 const targetParts = target.split('/');
218 * The target at path ''target_filepath' is assigned to a bin by casting
223 * target_filepath: URL path to a target file, relative to a base
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcode_ninja.py9 executable targets, each with a build step to build with ninja, and a target
59 """ Create fake target for xcode-ninja wrapper. """
143 target_extras: Regular expression to always add, matching any target.
145 spec: Specifications for target.
158 # If there is a filter and the target does not match, exclude the target.
172 target_list: List of target pairs: 'base/base.gyp:base'.
173 target_dicts: Dict of target properties keyed on target pair.
208 # For including other non-executable targets, add the matching target nam
[all...]
/third_party/node/deps/npm/test/lib/utils/
H A Dsbom-spdx.js91 target: dep4,
181 const node = { ...root, isLink: true, target: { edgesOut: [] } }
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_driver.h86 uint16_t target; /* chipset (0x50, 0x84, 0xc0, ...) */ member
138 uint16_t target; /* chipset (0x50, 0x84, 0xc0, ...) */ member

Completed in 13 milliseconds

1...<<111112113114115116117118119120>>...196