Home
last modified time | relevance | path

Searched full:instruct (Results 1 – 25 of 448) sorted by relevance

12345678910>>...18

/external/python/cpython3/Modules/_ctypes/libffi_osx/powerpc/
Dppc-ffi_darwin.c1296 const char* inStruct, in ffi64_struct_to_reg_form() argument
1356 if (outFPRs != NULL && inStruct != NULL) in ffi64_struct_to_reg_form()
1358 (double)*(float*)&inStruct[srcMarker]; in ffi64_struct_to_reg_form()
1364 if (outGPRs != NULL && inStruct != NULL) in ffi64_struct_to_reg_form()
1366 (double)*(float*)&inStruct[srcMarker]; in ffi64_struct_to_reg_form()
1391 if (outFPRs != NULL && inStruct != NULL) in ffi64_struct_to_reg_form()
1393 *(double*)&inStruct[srcMarker]; in ffi64_struct_to_reg_form()
1399 if (outGPRs != NULL && inStruct != NULL) in ffi64_struct_to_reg_form()
1401 *(double*)&inStruct[srcMarker]; in ffi64_struct_to_reg_form()
1419 if (outFPRs != NULL && inStruct != NULL) in ffi64_struct_to_reg_form()
[all …]
/external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/
Dppc-ffi_darwin.c1296 const char* inStruct, in ffi64_struct_to_reg_form() argument
1356 if (outFPRs != NULL && inStruct != NULL) in ffi64_struct_to_reg_form()
1358 (double)*(float*)&inStruct[srcMarker]; in ffi64_struct_to_reg_form()
1364 if (outGPRs != NULL && inStruct != NULL) in ffi64_struct_to_reg_form()
1366 (double)*(float*)&inStruct[srcMarker]; in ffi64_struct_to_reg_form()
1391 if (outFPRs != NULL && inStruct != NULL) in ffi64_struct_to_reg_form()
1393 *(double*)&inStruct[srcMarker]; in ffi64_struct_to_reg_form()
1399 if (outGPRs != NULL && inStruct != NULL) in ffi64_struct_to_reg_form()
1401 *(double*)&inStruct[srcMarker]; in ffi64_struct_to_reg_form()
1419 if (outFPRs != NULL && inStruct != NULL) in ffi64_struct_to_reg_form()
[all …]
/external/clang/docs/tools/
Ddump_format_style.py103 BeforeStruct, Finished, InStruct, InNestedStruct, InNestedFieldComent, \ variable in read_options.State
118 state = State.InStruct
119 elif state == State.InStruct:
138 state = State.InStruct
150 state = State.InStruct
163 state = State.InStruct
/external/google-cloud-java/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/
DCharacterMaskConfigOrBuilder.java106 * instruct Cloud DLP to skip `-` and mask 5 characters with `*`, Cloud DLP
119 * instruct Cloud DLP to skip `-` and mask 5 characters with `*`, Cloud DLP
132 * instruct Cloud DLP to skip `-` and mask 5 characters with `*`, Cloud DLP
145 * instruct Cloud DLP to skip `-` and mask 5 characters with `*`, Cloud DLP
159 * instruct Cloud DLP to skip `-` and mask 5 characters with `*`, Cloud DLP
DCharacterMaskConfig.java196 * instruct Cloud DLP to skip `-` and mask 5 characters with `*`, Cloud DLP
212 * instruct Cloud DLP to skip `-` and mask 5 characters with `*`, Cloud DLP
229 * instruct Cloud DLP to skip `-` and mask 5 characters with `*`, Cloud DLP
245 * instruct Cloud DLP to skip `-` and mask 5 characters with `*`, Cloud DLP
261 * instruct Cloud DLP to skip `-` and mask 5 characters with `*`, Cloud DLP
1036 * instruct Cloud DLP to skip `-` and mask 5 characters with `*`, Cloud DLP
1055 * instruct Cloud DLP to skip `-` and mask 5 characters with `*`, Cloud DLP
1074 * instruct Cloud DLP to skip `-` and mask 5 characters with `*`, Cloud DLP
1093 * instruct Cloud DLP to skip `-` and mask 5 characters with `*`, Cloud DLP
1118 * instruct Cloud DLP to skip `-` and mask 5 characters with `*`, Cloud DLP
[all …]
/external/curl/docs/libcurl/opts/
DCURLOPT_HSTS_CTRL.md33 HSTS (HTTP Strict Transport Security) means that an HTTPS server can instruct
39 Populate the long *bitmask* with the correct set of features to instruct
DCURLMOPT_PIPELINING.md32 Pass in the correct value in the **bitmask** parameter to instruct libcurl to
/external/openthread/tests/scripts/thread-cert/
Dv1_2_LowPower_test_link_metrics_manager.py53 4. Instruct the leader ping the router.
58 7. Instruct both the router and the child ping the leader.
109 # Step 4 - Instruct the leader ping the router.
121 # Step 7 - Instruct both the router and the child ping the leader.
/external/libcap/doc/
Dcap_launch.3108 The following functions can be used to instruct the launcher to modify
116 The following functions instruct the launcher to do some common tasks
/external/federated-compute/fcp/patches/
Dtensorflow_tf_custom_op_py_library.patch9 # Instruct build_cleaner to try to avoid using this rule; typically ops
/external/mesa3d/src/mesa/state_tracker/
Dst_interop.c65 /* Instruct the caller that we support up-to version four of the interface */ in st_interop_query_device_info()
347 /* Instruct the caller of the version of the interface we support */ in st_interop_export_object()
369 /* Instruct the caller of the version of the interface we support */ in flush_object()
/external/aws-sdk-java-v2/.changes/2.20.x/
D2.20.150.json9 …"description": "Do not instruct the CRT Sigv4a signer to do path normalization to avoid signature …
/external/curl/docs/cmdline-opts/
Dcontinue-at.md25 Use "-C -" to instruct curl to automatically find out where/how to resume the
/external/webrtc/call/
Dversion.cc19 // Using volatile to instruct the compiler to not optimize `p` away even in LoadWebRTCVersionInRegister()
/external/tpm2-tss/
DINSTALL.md128 Using Debian as an example we can instruct the build to install the udev
162 you'll need to instruct udev to reload its rules and apply the new rule.
/external/protobuf/ruby/ext/google/protobuf_c/
Dextconf.rb17 # Instruct the linker to point memcpy calls at our __wrap_memcpy wrapper.
/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/
Dextconf.rb17 # Instruct the linker to point memcpy calls at our __wrap_memcpy wrapper.
/external/bazelbuild-rules_python/gazelle/python/testdata/invalid_imported_module/
Dtest.yaml21 2. Instruct Gazelle to resolve to a known dependency using the gazelle:resolve directive.
/external/libchrome/base/third_party/dynamic_annotations/
DREADME.chromium7 They were mainly intended to instruct the Valgrind-based version of
/external/cronet/base/third_party/dynamic_annotations/
DREADME.chromium9 They were mainly intended to instruct the Valgrind-based version of
/external/skia/include/private/base/
DSkAPI.h21 // APIs to that DLL. If a client is using Skia which was compiled as a DLL, we need to instruct
/external/python/google-api-python-client/docs/dyn/
Dyoutube_v3.captions.html169 …t or captions.update methods, you can set the sync parameter to true to instruct YouTube to sync t…
203 …t or captions.update methods, you can set the sync parameter to true to instruct YouTube to sync t…
247 …t or captions.update methods, you can set the sync parameter to true to instruct YouTube to sync t…
282 …t or captions.update methods, you can set the sync parameter to true to instruct YouTube to sync t…
316 …t or captions.update methods, you can set the sync parameter to true to instruct YouTube to sync t…
/external/ltp/testcases/kernel/controllers/memcg/control/
Dmemcg_control_test.sh28 #Instruct the test process to start acquiring memory
/external/libchrome/components/policy/core/common/
Dexternal_data_fetcher.h25 // This instance's Fetch() method will instruct the |manager| to retrieve the
/external/federated-compute/fcp/protos/
Dtask_eligibility_context.proto40 // could instruct the server task eligibility computation that the task should

12345678910>>...18