| /third_party/ffmpeg/libavcodec/ |
| H A D | utvideodec.c | 242 uint32_t sub = 0x80 >> (8 - (bits + 1)), add; in decode_plane() local
|
| /third_party/ffmpeg/libavdevice/ |
| H A D | decklink_common.cpp | 410 int add = 0; in ff_decklink_list_devices() local
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | DayPeriodRules.java | 359 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 D | Mf2DataModel.java | 96 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 D | ChineseCalendar.java | 561 public void add(int field, int amount) { in add() method in ChineseCalendar
|
| /third_party/icu/icu4c/source/common/ |
| H A D | bytestriebuilder.cpp | 148 BytesTrieBuilder::add(StringPiece s, int32_t value, UErrorCode &errorCode) { in add() function in BytesTrieBuilder
|
| H A D | ucharstriebuilder.cpp | 98 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 D | TrieMap.java | 81 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 D | DayPeriodRules.java | 366 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 D | ChineseCalendar.java | 544 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 D | TrieMap.java | 80 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 D | ccm.c | 289 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 D | MyVector.h | 45 unsigned add = (_capacity >> 2) + 1;
in ReserveOnePosition() local
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_algebraic.py | 857 def add(self, obj): member in TreeAutomaton.IndexMap [all...] |
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | opt_algebraic.cpp | 714 ir_expression *add = op_expr[add_pos]; in handle_expression() local [all...] |
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_statistics.cpp | 353 BlockCycleEstimator::add(aco_ptr<Instruction>& instr) in add() function in aco::BlockCycleEstimator
|
| /third_party/mesa3d/src/imagination/vulkan/pds/ |
| H A D | pvr_pds_disasm.c | 288 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 D | sb_bc_finalize.cpp | 943 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 D | bytestriebuilder.cpp | 148 BytesTrieBuilder::add(StringPiece s, int32_t value, UErrorCode &errorCode) { in add() function in BytesTrieBuilder
|
| H A D | ucharstriebuilder.cpp | 98 UCharsTrieBuilder::add(const UnicodeString &s, int32_t value, UErrorCode &errorCode) { in add() function in UCharsTrieBuilder
|
| /third_party/mesa3d/src/microsoft/clc/ |
| H A D | clc_compiler_test.cpp | 638 struct two_vals { uint32_t add; uint32_t mul; }; in TEST_F() member [all...] |
| H A D | compute_test.h | 73 void add(ComPtr<ID3D12Resource> res, in add() function
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | hebrwcal.cpp | 216 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 D | wrtjava.cpp | 261 uint32_t add; in str_write_java() local [all...] |
| /third_party/node/deps/ngtcp2/ngtcp2/lib/ |
| H A D | ngtcp2_cc.c | 313 uint64_t add, tcp_add; in ngtcp2_cc_cubic_cc_on_pkt_acked() local
|