Home
last modified time | relevance | path

Searched defs:nibble (Results 1 - 23 of 23) sorted by relevance

/base/security/device_security_level/baselib/utils/src/
H A Dutils_hexstring.c61 uint8_t nibble[BYTE_TO_HEX_OPER_LENGTH]; /* create array */ in DslmHexStringToByte() local
[all...]
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_attributes.c56 unsigned nibble = (vertex_count >> n) & 0xF; in panfrost_large_padded_vertex_count() local
/base/security/device_auth/frameworks/deviceauth_lite/source/json/
H A Dcommonutil.c48 uint8_t nibble[BYTE_TO_HEX_OPER_LENGTH]; /* create array */ in hex_string_to_byte() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-cff-interp-dict-common.hh93 unsigned nibble; in parse_bcd() local
/third_party/fsverity-utils/programs/
H A Dutils.c276 static char bin2hex_char(u8 nibble) in bin2hex_char() argument
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DBundleItem.java362 private static char toHex(int nibble) { in toHex() argument
/third_party/openssl/test/
H A Ddanetest.c183 int nibble = 0; in hexdecode() local
/third_party/alsa-lib/src/topology/
H A Dsave.c231 static const char nibble[16] = "0123456789abcdef"; in tplg_save_quoted() local
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dlexer.cc428 const auto nibble = hex_value(content_->data[i]); in try_hex_float() local
454 auto nibble = hex_value(content_->data[i]); in try_hex_float() local
/third_party/ffmpeg/libavcodec/
H A Dadpcmenc.c56 int nibble; member
234 int nibble = FFMIN(7, abs(delta) * 4 / in adpcm_ima_compress_sample() local
249 int nibble = FFMIN(abs(delta) * 4 / step, 7); in adpcm_ima_alp_compress_sample() local
267 int nibble = 8*(delta < 0); adpcm_ima_qt_compress_sample() local
302 int predictor, nibble, bias; adpcm_ms_compress_sample() local
331 int nibble, delta; adpcm_yamaha_compress_sample() local
410 const int nibble = nidx & 0xf; adpcm_compress_trellis() local
561 int nibble; adpcm_argo_compress_nibble() local
586 int nibble = adpcm_argo_compress_nibble(cs, samples[n], shift, flag); adpcm_argo_compress_block() local
[all...]
H A Dadpcm.c355 static inline int16_t adpcm_agm_expand_nibble(ADPCMChannelStatus *c, int8_t nibble) in adpcm_agm_expand_nibble() argument
399 static inline int16_t adpcm_ima_expand_nibble(ADPCMChannelStatus *c, int8_t nibble, int shift) in adpcm_ima_expand_nibble() argument
425 static inline int16_t adpcm_ima_alp_expand_nibble(ADPCMChannelStatus *c, int8_t nibble, int shift) in adpcm_ima_alp_expand_nibble() argument
448 adpcm_ima_mtf_expand_nibble(ADPCMChannelStatus *c, int nibble) adpcm_ima_mtf_expand_nibble() argument
464 adpcm_ima_cunning_expand_nibble(ADPCMChannelStatus *c, int8_t nibble) adpcm_ima_cunning_expand_nibble() argument
486 int nibble, step_index, predictor, sign, delta, diff, step, shift; adpcm_ima_wav_expand_nibble() local
507 adpcm_ima_qt_expand_nibble(ADPCMChannelStatus *c, int nibble) adpcm_ima_qt_expand_nibble() argument
533 adpcm_ms_expand_nibble(ADPCMChannelStatus *c, int nibble) adpcm_ms_expand_nibble() argument
552 adpcm_ima_oki_expand_nibble(ADPCMChannelStatus *c, int nibble) adpcm_ima_oki_expand_nibble() argument
573 adpcm_ct_expand_nibble(ADPCMChannelStatus *c, int8_t nibble) adpcm_ct_expand_nibble() argument
594 adpcm_sbpro_expand_nibble(ADPCMChannelStatus *c, int8_t nibble, int size, int shift) adpcm_sbpro_expand_nibble() argument
614 adpcm_yamaha_expand_nibble(ADPCMChannelStatus *c, uint8_t nibble) adpcm_yamaha_expand_nibble() argument
628 adpcm_mtaf_expand_nibble(ADPCMChannelStatus *c, uint8_t nibble) adpcm_mtaf_expand_nibble() argument
637 adpcm_zork_expand_nibble(ADPCMChannelStatus *c, uint8_t nibble) adpcm_zork_expand_nibble() argument
818 ff_adpcm_argo_expand_nibble(ADPCMChannelStatus *cs, int nibble, int shift, int flag) ff_adpcm_argo_expand_nibble() argument
[all...]
/third_party/cJSON/tests/unity/src/
H A Dunity.c212 int nibble; in UnityPrintNumberHex() local
/third_party/icu/tools/unicode/c/genprops/
H A Dnamespropsbuilder.cpp1087 appendLineLengthNibble(uint8_t nibble) { in appendLineLengthNibble() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dfloat_conversion.cc729 Int MoveToNibble(uint8_t nibble, int nibble_index) { in MoveToNibble() argument
[all...]
/base/security/device_auth/frameworks/deviceauth_lite/source/huks_adapter/
H A Dhuks_adapter.c129 uint8_t nibble[2]; /* create an array of two elements */ in hks_hex_string_to_byte() local
[all...]
/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/unittest_mock/
H A Dhuks_adapter_mock_for_pake.c129 uint8_t nibble[2]; /* create an array of two elements */ in hks_hex_string_to_byte() local
[all...]
H A Dhuks_adapter_mock.c129 uint8_t nibble[2]; /* create an array of two elements */ in hks_hex_string_to_byte() local
[all...]
/third_party/littlefs/runners/
H A Dtest_runner.c62 char nibble = (x & 0xf) | (x > 0xf ? 0x10 : 0); in leb16_print() local
85 uintmax_t nibble = s[i]; in leb16_parse() local
[all...]
H A Dbench_runner.c62 char nibble = (x & 0xf) | (x > 0xf ? 0x10 : 0); in leb16_print() local
85 uintmax_t nibble = s[i]; in leb16_parse() local
[all...]
/third_party/unity/src/
H A Dunity.c274 int nibble; in UnityPrintNumberHex() local
/third_party/node/deps/openssl/openssl/apps/
H A Ds_client.c305 int nibble = 0; in hexdecode() local
/third_party/openssl/apps/
H A Ds_client.c305 int nibble = 0; in hexdecode() local
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.cc1795 uint64_t nibble = MemReadUint(lane_size_in_bytes, address + offset); in Simulator() local

Completed in 46 milliseconds