Home
last modified time | relevance | path

Searched defs:add (Results 376 - 400 of 1063) sorted by relevance

1...<<11121314151617181920>>...43

/third_party/icu/icu4c/source/i18n/
H A Ddayperiodrules.cpp498 void DayPeriodRules::add(int32_t startHour, int32_t limitHour, DayPeriod period) { in add() function in DayPeriodRules
/third_party/libwebsockets/lib/misc/lwsac/
H A Dlwsac.c29 lws_list_ptr_insert(lws_list_ptr *head, lws_list_ptr *add, in lws_list_ptr_insert() argument
/third_party/json/include/nlohmann/detail/input/
H A Dlexer.hpp1401 void add(char_int_type c) add() function in detail::lexer
[all...]
/third_party/mesa3d/src/amd/registers/
H A Dregdb.py51 def add(self, k): member in UnionFind
/third_party/libwebsockets/lib/roles/h2/
H A Dops-h2.c605 rops_tx_credit_h2(struct lws *wsi, char peer_to_us, int add) in rops_tx_credit_h2() argument
/third_party/mesa3d/src/imagination/vulkan/pds/
H A Dpvr_pds_printer.c64 static void pvr_pds_disassemble_instruction_add64(struct pvr_add *add, in pvr_pds_disassemble_instruction_add64() argument
88 static void pvr_pds_disassemble_instruction_add32(struct pvr_add *add, in pvr_pds_disassemble_instruction_add32() argument
[all...]
/third_party/mesa3d/src/imagination/csbgen/
H A Dgen_pack_header.py120 def add(self, element: Node) -> None: member in Node
151 def add(self, element: Node) -> None: member in Csbgen
227 def add(self, element: Node) -> None: member in Enum
300 def add(self, element: Node) -> None: member in Struct
498 def add(self, element: Node) -> None: global() member in Field
616 def add(self, element: Node) -> None: global() member in Condition
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_ra.cpp41 void ComponentInterference::add(size_t idx1, size_t idx2) in add() function in r600::ComponentInterference
/third_party/node/tools/gyp/pylib/gyp/
H A Dcommon.py534 def add(self, key): member in OrderedSet
/third_party/node/deps/icu-small/source/common/unicode/
H A Dstringtriebuilder.h348 void add(int32_t c, int32_t value) { in add() function in StringTrieBuilder::ListBranchNode
356 void add(int32_t c, Node *node) { in add() function in StringTrieBuilder::ListBranchNode
/third_party/node/deps/brotli/c/enc/
H A Dhash_rolling_inc.h32 static uint32_t FN(HashRollingFunctionInitial)(uint32_t state, uint8_t add, in HashRollingFunctionInitial() argument
37 static uint32_t FN(HashRollingFunction)(uint32_t state, uint8_t add, in HashRollingFunction() argument
170 uint8_t add = data[(pos + CHUNKLEN) & ring_buffer_mask]; in FindLongestMatch() local
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationsets.cpp342 TailoredSet::add(UChar32 c) { add() function in TailoredSet
[all...]
H A Ddayperiodrules.cpp500 void DayPeriodRules::add(int32_t startHour, int32_t limitHour, DayPeriod period) { in add() function in DayPeriodRules
/third_party/node/deps/npm/node_modules/@npmcli/arborist/bin/lib/
H A Doptions.js
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dcommon.py528 def add(self, key): member in OrderedSet
/third_party/mesa3d/src/nouveau/codegen/lib/
H A Dgk104.asm852 add b32 $r0 $c $r0 $r3 global() label
853 add b32 $r1 $r1 0x0 $c global() label
875 add b32 $r2 $r2 $r3 // MP + warp offset global() label
876 add b32 $r0 $c $r0 $r2 global() label
877 add b32 $r1 $r1 0x0 $c global() label
883 add b32 $r0 $c $r0 0x10 global() label
884 add b32 $r1 $r1 0x0 $c global() label
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Ddadrfmt.cpp206 UnicodeString add = UnicodeString(date, kRELATIVE_ADD.length()); // "add" is a string indicating which fields to add in testConvertDate() local
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DAnyTransliterator.java290 static void add(String ID, Transliterator t) { in add() method in AnyTransliterator.ScriptRunIterator.DummyFactory
301 static Set add(Set s, Enumeration enumeration) { in add() method in AnyTransliterator.ScriptRunIterator
/third_party/libexif/contrib/c++/
H A Dexif.hxx423 void add(Entry &entry) in add() function
/third_party/ltp/testcases/kernel/uevents/
H A Duevent03.c73 struct uevent_desc add = { in verify_uevent() local
/third_party/lwip/src/include/lwip/priv/
H A Dapi_msg.h255 } add; member
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_gm107.cpp123 Instruction *tex, *add; in handleManualTXD() local
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_bufmgr.h196 atomic_add_unless(int *v, int add, int unless) in atomic_add_unless() argument
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_prime.c123 BN_generate_prime_ex2(BIGNUM *ret, int bits, int safe, const BIGNUM *add, const BIGNUM *rem, BN_GENCB *cb, BN_CTX *ctx) BN_generate_prime_ex2() argument
213 BN_generate_prime_ex(BIGNUM *ret, int bits, int safe, const BIGNUM *add, const BIGNUM *rem, BN_GENCB *cb) BN_generate_prime_ex() argument
536 probable_prime_dh(BIGNUM *rnd, int bits, int safe, prime_t *mods, const BIGNUM *add, const BIGNUM *rem, BN_CTX *ctx) probable_prime_dh() argument
[all...]
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dtraversal.rs245 fn add(&mut self, from: Option<ItemId>, item: ItemId) -> bool; in new() functions
253 fn add(&mut self, _: Option<ItemId>, item: ItemId) -> bool { in new() functions
269 fn add(&mut self, from: Option<ItemId>, item: ItemId) -> bool { in new() functions

Completed in 18 milliseconds

1...<<11121314151617181920>>...43