Home
last modified time | relevance | path

Searched defs:add (Results 501 - 525 of 1093) sorted by relevance

1...<<21222324252627282930>>...44

/third_party/ffmpeg/libavcodec/
H A Dutvideodec.c242 uint32_t sub = 0x80 >> (8 - (bits + 1)), add; in decode_plane() local
/third_party/ffmpeg/libavdevice/
H A Ddecklink_common.cpp410 int add = 0; in ff_decklink_list_devices() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DDayPeriodRules.java359 private void add(int startHour, int limitHour, DayPeriod period) { in add() method in DayPeriodRules
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
H A DMf2DataModel.java96 public Builder add(String key) { in add() method in Mf2DataModel.SelectorKeys.Builder
190 public Builder add(Part part) { in add() method in Mf2DataModel.Pattern.Builder
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DChineseCalendar.java561 public void add(int field, int amount) { in add() method in ChineseCalendar
/third_party/icu/icu4c/source/common/
H A Dbytestriebuilder.cpp148 BytesTrieBuilder::add(StringPiece s, int32_t value, UErrorCode &errorCode) { in add() function in BytesTrieBuilder
H A Ducharstriebuilder.cpp98 UCharsTrieBuilder::add(const UnicodeString &s, int32_t value, UErrorCode &errorCode) { in add() function in UCharsTrieBuilder
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DTrieMap.java81 public abstract Builder<V> add(CharSequence key, V value); in add() method in TrieMap.Builder
281 public BytesBuilder<V> add(CharSequence key, V value) { in add() method in TrieMap.BytesBuilder
457 public CharsBuilder<V> add(CharSequence key, V value) { add() method in TrieMap.CharsBuilder
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DDayPeriodRules.java366 private void add(int startHour, int limitHour, DayPeriod period) { in add() method in DayPeriodRules
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DChineseCalendar.java544 public void add(int field, int amount) { in add() method in ChineseCalendar
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DTrieMap.java80 public abstract Builder<V> add(CharSequence key, V value); in add() method in TrieMap.Builder
280 public BytesBuilder<V> add(CharSequence key, V value) { in add() method in TrieMap.BytesBuilder
456 public CharsBuilder<V> add(CharSequence key, V value) { add() method in TrieMap.CharsBuilder
[all...]
/third_party/mbedtls/library/
H A Dccm.c289 mbedtls_ccm_update_ad(mbedtls_ccm_context *ctx, const unsigned char *add, size_t add_len) mbedtls_ccm_update_ad() argument
512 ccm_auth_crypt(mbedtls_ccm_context *ctx, int mode, size_t length, const unsigned char *iv, size_t iv_len, const unsigned char *add, size_t add_len, const unsigned char *input, unsigned char *output, unsigned char *tag, size_t tag_len) ccm_auth_crypt() argument
548 mbedtls_ccm_star_encrypt_and_tag(mbedtls_ccm_context *ctx, size_t length, const unsigned char *iv, size_t iv_len, const unsigned char *add, size_t add_len, const unsigned char *input, unsigned char *output, unsigned char *tag, size_t tag_len) mbedtls_ccm_star_encrypt_and_tag() argument
558 mbedtls_ccm_encrypt_and_tag(mbedtls_ccm_context *ctx, size_t length, const unsigned char *iv, size_t iv_len, const unsigned char *add, size_t add_len, const unsigned char *input, unsigned char *output, unsigned char *tag, size_t tag_len) mbedtls_ccm_encrypt_and_tag() argument
585 ccm_auth_decrypt(mbedtls_ccm_context *ctx, int mode, size_t length, const unsigned char *iv, size_t iv_len, const unsigned char *add, size_t add_len, const unsigned char *input, unsigned char *output, const unsigned char *tag, size_t tag_len) ccm_auth_decrypt() argument
608 mbedtls_ccm_star_auth_decrypt(mbedtls_ccm_context *ctx, size_t length, const unsigned char *iv, size_t iv_len, const unsigned char *add, size_t add_len, const unsigned char *input, unsigned char *output, const unsigned char *tag, size_t tag_len) mbedtls_ccm_star_auth_decrypt() argument
619 mbedtls_ccm_auth_decrypt(mbedtls_ccm_context *ctx, size_t length, const unsigned char *iv, size_t iv_len, const unsigned char *add, size_t add_len, const unsigned char *input, unsigned char *output, const unsigned char *tag, size_t tag_len) mbedtls_ccm_auth_decrypt() argument
[all...]
/third_party/lzma/CPP/Common/
H A DMyVector.h45 unsigned add = (_capacity >> 2) + 1; in ReserveOnePosition() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_algebraic.py857 def add(self, obj): member in TreeAutomaton.IndexMap
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dopt_algebraic.cpp714 ir_expression *add = op_expr[add_pos]; in handle_expression() local
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_statistics.cpp353 BlockCycleEstimator::add(aco_ptr<Instruction>& instr) in add() function in aco::BlockCycleEstimator
/third_party/mesa3d/src/imagination/vulkan/pds/
H A Dpvr_pds_disasm.c288 struct pvr_add *add = malloc(sizeof(*add)); in pvr_pds_disassemble_instruction_add64() local
329 struct pvr_add *add = malloc(sizeof(*add)); pvr_pds_disassemble_instruction_add32() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_bc_finalize.cpp943 void bc_finalizer::update_nstack(region_node* r, unsigned add) { in update_nstack() argument
890 get_stack_depth(node *n, unsigned &loops, unsigned &ifs, unsigned add) get_stack_depth() argument
/third_party/node/deps/icu-small/source/common/
H A Dbytestriebuilder.cpp148 BytesTrieBuilder::add(StringPiece s, int32_t value, UErrorCode &errorCode) { in add() function in BytesTrieBuilder
H A Ducharstriebuilder.cpp98 UCharsTrieBuilder::add(const UnicodeString &s, int32_t value, UErrorCode &errorCode) { in add() function in UCharsTrieBuilder
/third_party/mesa3d/src/microsoft/clc/
H A Dclc_compiler_test.cpp638 struct two_vals { uint32_t add; uint32_t mul; }; in TEST_F() member
[all...]
H A Dcompute_test.h73 void add(ComPtr<ID3D12Resource> res, in add() function
/third_party/node/deps/icu-small/source/i18n/
H A Dhebrwcal.cpp216 void HebrewCalendar::add(UCalendarDateFields field, int32_t amount, UErrorCode& status) in add() function in HebrewCalendar
277 void HebrewCalendar::add(EDateFields field, int32_t amount, UErrorCode& status) in add() function in HebrewCalendar
[all...]
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dwrtjava.cpp261 uint32_t add; in str_write_java() local
[all...]
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_cc.c313 uint64_t add, tcp_add; in ngtcp2_cc_cubic_cc_on_pkt_acked() local

Completed in 28 milliseconds

1...<<21222324252627282930>>...44