Home
last modified time | relevance | path

Searched defs:shift (Results 601 - 625 of 758) sorted by relevance

1...<<2122232425262728293031

/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_bottlenecks.h1213 DoShiftRight16(uint16 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep, uint32 shift) DoShiftRight16() argument
H A Ddng_reference.cpp1168 *dPtr2 >>= shift; in RefShiftRight16() local
1145 RefShiftRight16(uint16 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep, uint32 shift) RefShiftRight16() argument
/third_party/python/Python/
H A Dhamt.c435 hamt_mask(int32_t hash, uint32_t shift) in hamt_mask() argument
441 hamt_bitpos(int32_t hash, uint32_t shift) in hamt_bitpos() argument
625 hamt_node_new_bitmap_or_collision(uint32_t shift, in hamt_node_new_bitmap_or_collision() argument
687 hamt_node_bitmap_assoc(PyHamtNode_Bitmap *self, uint32_t shift, int32_t hash, PyObject *key, PyObject *val, int* added_leaf) hamt_node_bitmap_assoc() argument
955 hamt_node_bitmap_without(PyHamtNode_Bitmap *self, uint32_t shift, int32_t hash, PyObject *key, PyHamtNode **new_node) hamt_node_bitmap_without() argument
1095 hamt_node_bitmap_find(PyHamtNode_Bitmap *self, uint32_t shift, int32_t hash, PyObject *key, PyObject **val) hamt_node_bitmap_find() argument
1316 hamt_node_collision_assoc(PyHamtNode_Collision *self, uint32_t shift, int32_t hash, PyObject *key, PyObject *val, int* added_leaf) hamt_node_collision_assoc() argument
1434 hamt_node_collision_without(PyHamtNode_Collision *self, uint32_t shift, int32_t hash, PyObject *key, PyHamtNode **new_node) hamt_node_collision_without() argument
1528 hamt_node_collision_find(PyHamtNode_Collision *self, uint32_t shift, int32_t hash, PyObject *key, PyObject **val) hamt_node_collision_find() argument
1677 hamt_node_array_assoc(PyHamtNode_Array *self, uint32_t shift, int32_t hash, PyObject *key, PyObject *val, int* added_leaf) hamt_node_array_assoc() argument
1761 hamt_node_array_without(PyHamtNode_Array *self, uint32_t shift, int32_t hash, PyObject *key, PyHamtNode **new_node) hamt_node_array_without() argument
1919 hamt_node_array_find(PyHamtNode_Array *self, uint32_t shift, int32_t hash, PyObject *key, PyObject **val) hamt_node_array_find() argument
2021 hamt_node_assoc(PyHamtNode *node, uint32_t shift, int32_t hash, PyObject *key, PyObject *val, int* added_leaf) hamt_node_assoc() argument
2055 hamt_node_without(PyHamtNode *node, uint32_t shift, int32_t hash, PyObject *key, PyHamtNode **new_node) hamt_node_without() argument
2082 hamt_node_find(PyHamtNode *node, uint32_t shift, int32_t hash, PyObject *key, PyObject **val) hamt_node_find() argument
[all...]
/third_party/python/Modules/
H A D_zoneinfo.c565 int64_t shift = in zoneinfo_fromutc() local
H A Dmathmodule.c1813 int shift = 31 - (int)c; in math_isqrt() local
3416 int shift = factorial_trailing_zeros[n] in perm_comb_small() local
3452 int shift in perm_comb_small() local
[all...]
/third_party/python/Objects/
H A Dcodeobject.c357 unsigned int shift = 0; in scan_varint() local
865 unsigned int shift = 0; in read_varint() local
H A Dfloatobject.c1243 int e, shift, i, si, esign; in float_hex_impl() local
/third_party/skia/modules/skparagraph/src/
H A DTextLine.cpp811 SkScalar shift = 0.0f; local
871 void TextLine::shiftCluster(const Cluster* cluster, SkScalar shift, SkScalar prevShift) { argument
[all...]
H A DRun.h101 void addX(size_t index, SkScalar shift) { fPositions[index].fX += shift; } in addX() argument
107 void shift(SkScalar shiftX, SkScalar shiftY) { in shift() function in skia::textlayout::Run
385 void space(SkScalar shift) { in space() argument
/third_party/spirv-tools/source/opt/
H A Dir_context.h944 inline IRContext::Analysis operator<<(IRContext::Analysis a, int shift) { in operator <<() argument
948 inline IRContext::Analysis& operator<<=(IRContext::Analysis& a, int shift) { in operator <<=() argument
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFragmentOutputTests.cpp690 const IVec4 shift = tcu::clamp(fmtBits-1, tcu::IVec4(0), tcu::IVec4(256)); in iterate() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dlibtommath.c1067 register mp_digit *tmpc, mask, shift; in mp_div_2d() local
1412 register mp_digit *tmpc, shift, mask, r, rr; mp_mul_2d() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dlibtommath.c1067 register mp_digit *tmpc, mask, shift; in mp_div_2d() local
1412 register mp_digit *tmpc, shift, mask, r, rr; mp_mul_2d() local
[all...]
/third_party/skia/third_party/externals/angle2/src/image_util/
H A Dloadimage_etc.cpp377 int shift = 0; in renormalizeEAC() local
/device/soc/rockchip/common/vendor/drivers/devfreq/
H A Drockchip_dmc.c199 u32 shift; in px30_de_skew_set_2_reg() local
258 u32 shift; rk3328_de_skew_setting_2_register() local
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/
H A Drockchip_dmc.c198 u32 shift; in px30_de_skew_set_2_reg() local
254 u32 shift; rk3328_de_skew_setting_2_register() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_pattern.cpp1815 int32_t shift = next ? 1 : -1; in GetOutsideForEachMenuItem() local
/third_party/ffmpeg/libavcodec/
H A Dmlpenc.c70 int8_t shift[MAX_CHANNELS]; ///< Left shift to apply to decoded PCM values to get final 24-bit output. member
1275 int bits, shift; code_filter_coeffs() local
1320 int shift[MLP_MAX_LPC_ORDER]; set_filter_params() local
1420 unsigned int shift = 0; lossless_matrix_coeffs() local
[all...]
H A Dilbcdec.c609 vector_rmultiplication(int16_t *out, const int16_t *in, const int16_t *win, int length, int shift) vector_rmultiplication() argument
617 vector_multiplication(int16_t *out, const int16_t *in, const int16_t *win, int length, int shift) vector_multiplication() argument
625 add_vector_and_shift(int16_t *out, const int16_t *in1, const int16_t *in2, int length, int shift) add_vector_and_shift() argument
H A Dexr.c763 unsigned short shift = (b[ 2] >> 2) & 15; in unpack_14() local
[all...]
H A Dmpegvideo_enc.c115 int shift = 0; in ff_convert_matrix() local
/third_party/elfutils/src/
H A Delflint.c2160 Elf32_Word shift = ((Elf32_Word *) data->d_buf)[3]; in check_gnu_hash() local
/third_party/ffmpeg/libavfilter/
H A Daf_arnndn.c637 int shift; in celt_autocorr() local
/third_party/backends/backend/
H A Dcanon_dr.c9246 double shift, rise; in load_lut() local
H A Dcoolscan-scsidef.h53 setbitfield (unsigned char *pageaddr, int mask, int shift, int val) \ in setbitfield() argument
61 resetbitfield (unsigned char *pageaddr, int mask, int shift, int val) \ in resetbitfield() argument
69 getbitfield (unsigned char *pageaddr, int mask, int shift) \ in getbitfield() argument
[all...]

Completed in 73 milliseconds

1...<<2122232425262728293031