Home
last modified time | relevance | path

Searched refs:data (Results 44151 - 44175 of 46409) sorted by relevance

1...<<1761176217631764176517661767176817691770>>...1857

/third_party/node/deps/v8/third_party/wasm-api/
H A Dwasm.h39 // The qualifier `own` is used to indicate ownership of data in this API.
42 // - `own wasm_xxx_t*` owns the pointed-to data
50 // Own data is created by `wasm_xxx_new` functions and some others.
72 wasm_##name##_t ptr_or_none* data; \
/third_party/node/test/parallel/
H A Dtest-crypto-authenticated.js157 // Assert that final throws if input data could not be verified!
196 // Assert that final throws if input data could not be verified!
203 // Trying to get tag before inputting all data:
669 // CCM cipher without data should not crash, see https://github.com/nodejs/node/issues/38035.
818 }, /Unsupported state or unable to authenticate data/);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/modes/
H A Dghashv8-armx.S154 subs r3,r3,#32 @ is there more data?
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/modes/
H A Dghashv8-armx.S154 subs r3,r3,#32 @ is there more data?
/third_party/ninja/src/
H A Dgraph.cc404 return MakePathList(edge_->inputs_.data(), explicit_deps_count, in LookupVariable()
/third_party/node/deps/icu-small/source/i18n/
H A Dfmtable.cpp229 // Sets the correct data type for this value. in operator =()
285 // Returns false if the data types are different. in operator ==()
288 // Compares the actual data values. in operator ==()
341 // Deletes the data value if necessary. in dispose()
372 // Gets the data type of this Formattable object.
1030 return charString->data(); in ufmt_getDecNumChars()
H A Dmeasfmt.cpp105 * Instances contain all MeasureFormat specific data for a particular locale.
106 * This data is cached. It is never copied, but is shared via shared pointers.
108 * Note: We might change the cache data to have an array[WIDTH_INDEX_COUNT] of
110 * to correspond to the resource data and its aliases.
118 * Redirection data from root-bundle, top-level sideways aliases.
120 * - UMEASFMT_WIDTH_WIDE/SHORT/NARROW: sideways alias for missing data
206 chs.data(), in loadNumericDateFormatterPattern()
460 // Locales same, check NumberFormat if shared data differs. in operator ==()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_draw.c415 void *map = nv04_resource(nv30->vertprog.constbuf)->data; in nv30_render_vbo()
/third_party/libinput/tools/
H A Dshared.c740 void (*callback)(void *data, const char *str), in tools_list_device_quirks()
738 tools_list_device_quirks(struct quirks_context *ctx, struct udev_device *device, void (*callback)(void *data, const char *str), void *userdata) tools_list_device_quirks() argument
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dphonenumber.pb.cc403 target = stream->WriteRaw(_internal_metadata_.unknown_fields<std::string>(::PROTOBUF_NAMESPACE_ID::internal::GetEmptyString).data(), in _InternalSerialize()
/third_party/lwip/src/include/lwip/
H A Dsockets.h150 /* cmsg header/data alignment. NOTE: we align to native word size (double word
153 could be 32 bits. If we ever have cmsg data with a 64-bit variable, alignment
207 #define SO_LINGER 0x0080 /* linger on close if data present */
209 #define SO_OOBINLINE 0x0100 /* Unimplemented: leave received OOB data in line */
261 #define MSG_WAITALL 0x02 /* Unimplemented: Requests that the function block until the full amount of data requested can be returned */
262 #define MSG_OOB 0x04 /* Unimplemented: Requests out-of-band data. The significance and semantics of out-of-band data are protocol-specific */
618 ssize_t lwip_sendto_internal(int s, const void *data, size_t size, int flags, const struct sockaddr *to,
/third_party/node/deps/v8/include/v8-include/
H A Dv8-persistent-handle.h72 V8_EXPORT void MakeWeak(internal::Address* location, void* data,
/third_party/node/deps/v8/include/
H A Dv8-persistent-handle.h75 V8_EXPORT void MakeWeak(internal::Address* location, void* data,
/third_party/node/deps/v8/src/inspector/
H A Dv8-stack-trace-impl.cc143 protocol::Value::parseBinary(cbor.data(), cbor.size())); in V8StackTraceId()
198 const char* dataURIPrefix = "data:"; in buildInspectorObject()
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.h91 // the LHS after both evaluations are done. This class stores the data
235 void BuildAssignment(const AssignmentLhsData& data, Token::Value op,
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_screen.cpp191 capOutputResolutionData.pResolutionRatios = ratiosTmpOutput.data(); in d3d12_video_encode_max_supported_resolution()
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_cmd.h364 * The data size header following cmdNum for every 3d command
613 * For efficiency, the SVGA3D device is free to copy more data than
667 * the vertex data lives in, what that vertex data is used for,
718 * Describe a vertex array's data type, and define how it is to be
859 * Describe a vertex array's data type, and define how it is to be
1016 SVGA3dLightData data; member
H A Dsvga3d_surfacedefs.h42 * enum svga3d_block_desc describes the active data channels in a block.
50 * Block channels can be used to store compressed and buffer data:
51 * 1. For compressed formats, only the data channel is used and its size
53 * 2. For buffer formats, only the data channel is used and its size is
63 SVGA3DBLOCKDESC_BLUE = 1 << 0, /* Block with red channel data */
67 /* Format contains Green/V data */
71 /* Format contains Red/W/Luminance data */
77 SVGA3DBLOCKDESC_Q = 1 << 3, /* Block with bump Q channel data */
78 SVGA3DBLOCKDESC_BUFFER = 1 << 4, /* Block stores 1 byte of data */
79 SVGA3DBLOCKDESC_COMPRESSED = 1 << 5, /* Block stores n bytes of data dependin
343 uint8 data; global() member
[all...]
/third_party/mesa3d/src/vulkan/device-select-layer/
H A Ddevice_select_layer.c108 info = (struct instance_info *)entry->data; in device_select_layer_get_instance()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_gv100.cpp76 (!i->getSrc(2)->asImm() || i->getSrc(2)->asImm()->reg.data.u32)) { in handleIMAD_HIGH()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe_common.h481 /* Saved CS data for debugging features. */
633 unsigned size, const void *data);
/third_party/node/deps/openssl/openssl/engines/asm/
H A De_padlock-x86_64.pl578 .data
/third_party/node/deps/openssl/openssl/crypto/modes/asm/
H A Dghash-sparcv9.pl30 # Here is data collected on UltraSPARC T1 system running Linux:
43 # references to input data and Z.hi updates to achieve 12 cycles
483 ldx [$inp+16],$C1 ! align data
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/
H A Dpoly1305-c64xplus.pl110 [!A2] BNOP RA ; no data
/third_party/rust/crates/clap/clap_derive/src/derives/
H A Dsubcommand.rs26 match input.data { in derive_subcommand()

Completed in 50 milliseconds

1...<<1761176217631764176517661767176817691770>>...1857