Home
last modified time | relevance | path

Searched refs:used (Results 476 - 500 of 834) sorted by relevance

1...<<11121314151617181920>>...34

/third_party/node/deps/v8/src/objects/
H A Dordered-hash-table.h25 // and OrderedHashTable, below). It is meant to be used by JSMap/JSSet.
27 // Only Object keys are supported, with Object::SameValueZero() used as the
65 // [kPrefixSize + 3 + NumberOfDeletedElements()..length]: Not used
360 // of 255 is used to denote an unknown entry.
487 // values, which means that this value can't be used a valid
492 // The load factor is used to derive the number of buckets from
611 // This is used for accessing the non |DataTable| part of the
633 int used = NumberOfElements() + NumberOfDeletedElements();
634 DCHECK_LE(used, Capacity());
636 return used;
[all...]
/third_party/node/deps/openssl/openssl/crypto/
H A Dsparccpuid.S50 ! not cause illegal_instruction trap. It therefore can be used
59 ! we wipe it as memcpy might have used it...
170 add %o0,1,%i0 ! used for debugging
/third_party/skia/src/core/
H A DSkStream.cpp879 ptrdiff_t used = fTail->fCurr - (char*)fTail; in detachAsStream() local
880 fHead = fTail = (SkDynamicMemoryWStream::Block*)sk_realloc_throw(fTail, SkToSizeT(used)); in detachAsStream()
881 fTail->fStop = fTail->fCurr = (char*)fTail + used; // Update pointers. in detachAsStream()
/third_party/openssl/crypto/
H A Dsparccpuid.S50 ! not cause illegal_instruction trap. It therefore can be used
59 ! we wipe it as memcpy might have used it...
170 add %o0,1,%i0 ! used for debugging
/third_party/ffmpeg/libavutil/x86/
H A Dx86inc.asm28 ; DSP functions that are most often used in x264.
127 ; %2 = number of registers used. pushes callee-saved regs if needed.
128 ; %3 = number of xmm registers used. pushes callee-saved xmm regs if needed.
407 ; since it's used as a hidden argument in vararg functions to specify the number of vector registers used.
750 %xdefine rstk rsp ; copy of the original stack pointer, used when greater alignment than the known stack alignment is required
752 %assign stack_size 0 ; amount of stack space that can be freely used inside a function
754 %assign xmm_regs_used 0 ; number of XMM registers requested, used for dealing with callee-saved registers on WIN64 and vzeroupper
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_ctrl_iface.c1920 int used; in hostapd_ctrl_iface_eapol_rx() local
1926 used = hwaddr_aton2(pos, src); in hostapd_ctrl_iface_eapol_rx()
1927 if (used < 0) in hostapd_ctrl_iface_eapol_rx()
1929 pos += used; in hostapd_ctrl_iface_eapol_rx()
1958 int used, ret; in hostapd_ctrl_iface_eapol_tx() local
1966 used = hwaddr_aton2(pos, dst); in hostapd_ctrl_iface_eapol_tx()
1967 if (used < 0) in hostapd_ctrl_iface_eapol_tx()
1969 pos += used; in hostapd_ctrl_iface_eapol_tx()
2108 int used; in hostapd_ctrl_iface_data_test_tx() local
2124 used in hostapd_ctrl_iface_data_test_tx()
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/src/
H A Daccount_delegate_normal_impl.cpp35 __attribute__((used)) static bool g_isInit = AccountDelegateNormalImpl::Init();
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dsockets.h61 FILLP_UINT16 reserve; /* Now not used, need to remove it */
94 /* These following members are used for connection and referenced by FtNetconn */
204 SysArchAtomic used; member
/third_party/ffmpeg/libavcodec/
H A Dhevc_ps.h39 uint8_t used[32]; member
H A Daac.h159 #define NOISE_OFFSET 90 ///< subtracted from global gain, used as offset for the preamble
169 int8_t used[MAX_LTP_LONG_SFB]; member
190 int predictor_reset_count[31]; ///< used by encoder to count prediction resets
218 int interpolation_scheme; ///< Indicates the interpolation scheme used in the SBR QMF domain.
247 * Single Channel Element - used for both SCE and LFE elements.
254 enum BandType band_alt[128]; ///< alternative band type (used by encoder)
257 int sf_idx[128]; ///< scalefactor indices (used by encoder)
258 uint8_t zeroes[128]; ///< band is not coded (used by encoder)
260 float is_ener[128]; ///< Intensity stereo pos (used by encoder)
261 float pns_ener[128]; ///< Noise energy values (used b
[all...]
H A Dqsvdec.c69 // the session used for decoding
80 * a linked list of frames currently being used by QSV
467 frame->used = 1; in alloc_frame()
476 if (cur->used && !cur->surface.Data.Locked && !cur->queued) { in qsv_clear_unused_frames()
477 cur->used = 0; in qsv_clear_unused_frames()
494 if (!frame->used) { in get_surface()
/third_party/curl/scripts/
H A Dcd2nroff60 -e <ext> If -d is used, this option can provide an added "extension", arbitrary
/third_party/libunwind/libunwind/doc/
H A Dunw_init_remote.tex35 Note that \Func{unw\_init\_remote}() can be used to initiate unwinding
H A Dunw_create_addr_space.tex83 variable used to return the desired information. The type of this
120 to a variable of type \Type{unw\_word\_t} which is used to return the
218 pointer to a character-buffer used to return the procedure name. The
224 returned. Argument \Var{offp} is a pointer to a word which is used to
H A Dlibunwind.tex90 would be used as the current cursor and \Var{prev} would be maintained
171 \Prog{Libunwind} can also be used to unwind a stack in a ``remote''
175 used by debuggers and instruction-set simulators, for example.
193 the accessor (callback) routines. Typically, this pointer is used to
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-lecp.h339 size_t used; /* number of bytes valid from start */ member
366 * Prepares a cbor writing context so that les_lec_printf can be used to
400 * If LWS_LECPCTX_RET_AGAIN is returned, lws_lec_setbuf() must be used on the
403 * The number of bytes placed in the output buffer is available in ctx->used.
507 * spi is used to stop the reports.
/third_party/libdrm/include/drm/
H A Dmga_drm.h82 #define MGA_CARD_TYPE_G450 3 /* not currently used */
193 /* Information about the most recently used 3d drawable. The
315 * an IOMMU) is being used for "AGP" textures.
318 unsigned long texture_handle; /**< Handle used to map AGP textures. */
335 * allocated. Particularly when PCI DMA is used, this may be
352 * zero, it means that PCI DMA should be used, even if AGP is
357 * (i.e., PCI DMA was used), this value will be zero.
377 int used; /* bytes in use */ member
/third_party/libcoap/include/coap3/
H A Dcoap_block_internal.h78 uint32_t used; member
107 coap_pdu_code_t request_method; /**< Method used to request this data */
134 coap_tick_t last_obs; /**< Last time used (Observe tracking) or 0 */
157 uint8_t initial; /**< If set, has not been used yet */
163 coap_bin_const_t **obs_token; /**< Tokens used in setting up Observe
165 size_t obs_token_cnt; /**< number of tokens used to set up Observe */
195 coap_bin_const_t *last_token; /**< last used token */
/third_party/node/src/
H A Dspawn_sync.h52 inline unsigned int used() const;
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DCompiler.h60 // The base class used to back handles returned to the driver.
83 bool used = false; member
99 // compileTreeForTesting should be used only when tests require access to
194 // set of disable/enable helpers are used for this purpose.
/third_party/skia/src/pathops/
H A DSkPathOpsCurve.cpp38 for (int index = 0; index < i.used(); ++index) { in nearPoint()
/third_party/skia/third_party/externals/freetype/builds/
H A Dtoplevel.mk9 # This file is part of the FreeType project, and may only be used, modified,
30 # the rules found in `PROJECT/builds/PROJECT.mk', used to build the
50 # The `space' variable is used to avoid trailing spaces in defining the
131 # been erroneously used.
279 # GNU `config' git repository), relative to the `tmp' directory used during
/third_party/python/PCbuild/
H A Dfind_msbuild.bat32 @rem VS 2017 and later provide vswhere.exe, which can be used
/third_party/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.cpp523 /* p7zip and 7-Zip before v23 used virtual destructor in IUnknown, in IsSupportedDll()
597 bool used = false; in LoadDll() local
667 used = true; in LoadDll()
673 used = true; in LoadDll()
684 if (!used) in LoadDll()
698 if (!used) in LoadDll()
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DOrdinals.pm198 If there are more arguments, they are used as I<%options> with the
218 If there are more arguments, they are used as I<%options> with the
1045 NOTE that this returns a "magic" value that can not be used as a function.
1065 NOTE that this returns a "magic" value that can not be used as a function.

Completed in 24 milliseconds

1...<<11121314151617181920>>...34