/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | aes-omac1.c | 49 size_t i, e, left, total_len; in omac1_aes_vector() local 62 left = total_len; in omac1_aes_vector() 68 while (left >= AES_BLOCK_SIZE) { in omac1_aes_vector() 77 left == AES_BLOCK_SIZE) in omac1_aes_vector() 84 if (left > AES_BLOCK_SIZE) in omac1_aes_vector() 86 left -= AES_BLOCK_SIZE; in omac1_aes_vector() 93 if (left || total_len == 0) { in omac1_aes_vector() 94 for (i = 0; i < left; i++) { in omac1_aes_vector() 101 if (i + 1 == left) in omac1_aes_vector() 108 cbc[left] in omac1_aes_vector() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | aes-omac1.c | 49 size_t i, e, left, total_len; in omac1_aes_vector() local 62 left = total_len; in omac1_aes_vector() 68 while (left >= AES_BLOCK_SIZE) { in omac1_aes_vector() 77 left == AES_BLOCK_SIZE) in omac1_aes_vector() 84 if (left > AES_BLOCK_SIZE) in omac1_aes_vector() 86 left -= AES_BLOCK_SIZE; in omac1_aes_vector() 93 if (left || total_len == 0) { in omac1_aes_vector() 94 for (i = 0; i < left; i++) { in omac1_aes_vector() 101 if (i + 1 == left) in omac1_aes_vector() 108 cbc[left] in omac1_aes_vector() [all...] |
/third_party/ffmpeg/libavcodec/mips/ |
H A D | vp9_intra_msa.c | 31 void ff_vert_16x16_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *left, in ff_vert_16x16_msa() argument 45 void ff_vert_32x32_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *left, in ff_vert_32x32_msa() argument 132 const uint8_t *left, \ 151 INTRA_DC_TL_4x4(left); variable 182 const uint8_t *left, \ 207 INTRA_DC_TL_8x8(left); variable 212 v16u8 top, left, out; in ff_dc_16x16_msa() local 218 left = LD_UB(src_left); in ff_dc_16x16_msa() 219 HADD_UB2_UH(top, left, sum_top, sum_left); in ff_dc_16x16_msa() 235 const uint8_t *left, \ 257 INTRA_DC_TL_16x16(left); global() variable 320 INTRA_DC_TL_32x32(left); global() variable 360 uint32_t left; ff_tm_4x4_msa() local 389 uint32_t loop_cnt, left; ff_tm_8x8_msa() local 422 uint32_t loop_cnt, left; ff_tm_16x16_msa() local 473 uint32_t loop_cnt, left; ff_tm_32x32_msa() local [all...] |
/kernel/linux/linux-6.6/drivers/usb/core/ |
H A D | port.c | 444 static int link_peers(struct usb_port *left, struct usb_port *right) in link_peers() argument 449 if (left->peer == right && right->peer == left) in link_peers() 452 if (left->peer || right->peer) { in link_peers() 453 struct usb_port *lpeer = left->peer; in link_peers() 457 if (left->location && left->location == right->location) in link_peers() 463 dev_name(&left->dev), dev_name(&right->dev), method, in link_peers() 464 dev_name(&left->dev), in link_peers() 471 rc = sysfs_create_link(&left in link_peers() 513 link_peers_report(struct usb_port *left, struct usb_port *right) link_peers_report() argument 528 unlink_peers(struct usb_port *left, struct usb_port *right) unlink_peers() argument [all...] |
/third_party/ffmpeg/libavdevice/ |
H A D | gdigrab.c | 100 rect.left++; rect.top++; rect.right--; rect.bottom--; in gdigrab_region_wnd_proc() 103 rect.left++; rect.top++; rect.right--; rect.bottom--; in gdigrab_region_wnd_proc() 132 rect.left -= REGION_WND_BORDER; rect.top -= REGION_WND_BORDER; in gdigrab_region_wnd_init() 139 hwnd = CreateWindowEx(ex, WC_DIALOG, NULL, style, rect.left, rect.top, in gdigrab_region_wnd_init() 140 rect.right - rect.left, rect.bottom - rect.top, in gdigrab_region_wnd_init() 150 rect.right - rect.left, rect.bottom - rect.top); in gdigrab_region_wnd_init() 152 rect.right - rect.left - REGION_WND_BORDER, in gdigrab_region_wnd_init() 301 virtual_rect.left = virtual_rect.left * desktophorzres / horzres; in gdigrab_read_header() 307 virtual_rect.left in gdigrab_read_header() [all...] |
/third_party/lzma/CPP/Common/ |
H A D | MyVector.h | 285 int FindInSorted(const T item, unsigned left, unsigned right) const
in FindInSorted() argument 287 while (left != right)
in FindInSorted() 289 // const unsigned mid = (unsigned)(((size_t)left + (size_t)right) / 2);
in FindInSorted() 290 const unsigned mid = (left + right) / 2;
in FindInSorted() 297 left = mid + 1;
in FindInSorted() 302 int FindInSorted2(const T &item, unsigned left, unsigned right) const
in FindInSorted2() argument 304 while (left != right)
in FindInSorted2() 306 // const unsigned mid = (unsigned)(((size_t)left + (size_t)right) / 2);
in FindInSorted2() 307 const unsigned mid = (left + right) / 2;
in FindInSorted2() 315 left in FindInSorted2() 332 unsigned left = 0, right = _size; AddToUniqueSorted() local 351 unsigned left = 0, right = _size; AddToUniqueSorted2() local 637 unsigned left = 0, right = Size(); FindInSorted() local 656 unsigned left = 0, right = Size(); AddToUniqueSorted() local [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | code-assembler.h | 885 TNode<UintPtrT> WordShr(TNode<UintPtrT> left, TNode<IntegralT> right) { in WordShr() argument 886 return Unsigned(WordShr(static_cast<TNode<WordT>>(left), right)); in WordShr() 888 TNode<IntPtrT> WordSar(TNode<IntPtrT> left, TNode<IntegralT> right) { in WordSar() argument 889 return Signed(WordSar(static_cast<TNode<WordT>>(left), right)); in WordSar() 891 TNode<IntPtrT> WordShl(TNode<IntPtrT> left, TNode<IntegralT> right) { in WordShl() argument 892 return Signed(WordShl(static_cast<TNode<WordT>>(left), right)); in WordShl() 894 TNode<UintPtrT> WordShl(TNode<UintPtrT> left, TNode<IntegralT> right) { in WordShl() argument 895 return Unsigned(WordShl(static_cast<TNode<WordT>>(left), right)); in WordShl() 898 TNode<Int32T> Word32Shl(TNode<Int32T> left, TNode<Int32T> right) { in Word32Shl() argument 899 return Signed(Word32Shl(static_cast<TNode<Word32T>>(left), righ in Word32Shl() 901 Word32Shl(TNode<Uint32T> left, TNode<Uint32T> right) Word32Shl() argument 904 Word32Shr(TNode<Uint32T> left, TNode<Uint32T> right) Word32Shr() argument 907 Word32Sar(TNode<Int32T> left, TNode<Int32T> right) Word32Sar() argument 911 Word64Shl(TNode<Int64T> left, TNode<Int64T> right) Word64Shl() argument 914 Word64Shl(TNode<Uint64T> left, TNode<Uint64T> right) Word64Shl() argument 917 Word64Shr(TNode<Uint64T> left, TNode<Uint64T> right) Word64Shr() argument 920 Word64Sar(TNode<Int64T> left, TNode<Int64T> right) Word64Sar() argument 924 Word64And(TNode<Int64T> left, TNode<Int64T> right) Word64And() argument 927 Word64And(TNode<Uint64T> left, TNode<Uint64T> right) Word64And() argument 931 Word64Xor(TNode<Int64T> left, TNode<Int64T> right) Word64Xor() argument 934 Word64Xor(TNode<Uint64T> left, TNode<Uint64T> right) Word64Xor() argument 945 WordAnd(TNode<IntPtrT> left, TNode<IntPtrT> right) WordAnd() argument 949 WordAnd(TNode<UintPtrT> left, TNode<UintPtrT> right) WordAnd() argument 954 Word32And(TNode<Int32T> left, TNode<Int32T> right) Word32And() argument 958 Word32And(TNode<Uint32T> left, TNode<Uint32T> right) Word32And() argument 963 WordOr(TNode<IntPtrT> left, TNode<IntPtrT> right) WordOr() argument 968 Word32Or(TNode<Int32T> left, TNode<Int32T> right) Word32Or() argument 972 Word32Or(TNode<Uint32T> left, TNode<Uint32T> right) Word32Or() argument 988 Word32Or(TNode<BoolT> left, TNode<BoolT> right) Word32Or() argument 992 Word32And(TNode<BoolT> left, TNode<BoolT> right) Word32And() argument 997 Int32Add(TNode<Int32T> left, TNode<Int32T> right) Int32Add() argument 1002 Uint32Add(TNode<Uint32T> left, TNode<Uint32T> right) Uint32Add() argument 1007 Uint32Sub(TNode<Uint32T> left, TNode<Uint32T> right) Uint32Sub() argument 1012 Int32Sub(TNode<Int32T> left, TNode<Int32T> right) Int32Sub() argument 1017 Int32Mul(TNode<Int32T> left, TNode<Int32T> right) Int32Mul() argument 1022 Int64Add(TNode<Int64T> left, TNode<Int64T> right) Int64Add() argument 1026 Uint64Add(TNode<Uint64T> left, TNode<Uint64T> right) Uint64Add() argument 1030 Int64Sub(TNode<Int64T> left, TNode<Int64T> right) Int64Sub() argument 1034 Uint64Sub(TNode<Uint64T> left, TNode<Uint64T> right) Uint64Sub() argument 1038 Int64Mul(TNode<Int64T> left, TNode<Int64T> right) Int64Mul() argument 1042 Uint64Mul(TNode<Uint64T> left, TNode<Uint64T> right) Uint64Mul() argument 1046 IntPtrAdd(TNode<IntPtrT> left, TNode<IntPtrT> right) IntPtrAdd() argument 1050 IntPtrSub(TNode<IntPtrT> left, TNode<IntPtrT> right) IntPtrSub() argument 1054 IntPtrMul(TNode<IntPtrT> left, TNode<IntPtrT> right) IntPtrMul() argument 1058 UintPtrAdd(TNode<UintPtrT> left, TNode<UintPtrT> right) UintPtrAdd() argument 1062 UintPtrSub(TNode<UintPtrT> left, TNode<UintPtrT> right) UintPtrSub() argument 1066 RawPtrAdd(TNode<RawPtrT> left, TNode<IntPtrT> right) RawPtrAdd() argument 1069 RawPtrSub(TNode<RawPtrT> left, TNode<IntPtrT> right) RawPtrSub() argument 1072 RawPtrSub(TNode<RawPtrT> left, TNode<RawPtrT> right) RawPtrSub() argument 1090 Int32Sub(TNode<Int32T> left, int right) Int32Sub() argument 1093 Word32And(TNode<Word32T> left, int right) Word32And() argument 1096 Word32Shl(TNode<Int32T> left, int right) Word32Shl() argument 1099 Word32Equal(TNode<Word32T> left, int right) Word32Equal() argument [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | expr.y | 40 %left MIN MAX IF 41 %left '|' 42 %left '^' 43 %left '&' 44 %left '<' '>' 45 %left '-' '+' 46 %left '*' '/' '%' 47 %left NEG NOT
|
H A D | sort.c | 95 sort__thread_cmp(struct hist_entry *left, struct hist_entry *right) in sort__thread_cmp() argument 97 return right->thread->tid - left->thread->tid; in sort__thread_cmp() 136 sort__comm_cmp(struct hist_entry *left, struct hist_entry *right) in sort__comm_cmp() argument 138 return strcmp(comm__str(right->comm), comm__str(left->comm)); in sort__comm_cmp() 142 sort__comm_collapse(struct hist_entry *left, struct hist_entry *right) in sort__comm_collapse() argument 144 return strcmp(comm__str(right->comm), comm__str(left->comm)); in sort__comm_collapse() 148 sort__comm_sort(struct hist_entry *left, struct hist_entry *right) in sort__comm_sort() argument 150 return strcmp(comm__str(right->comm), comm__str(left->comm)); in sort__comm_sort() 192 sort__dso_cmp(struct hist_entry *left, struct hist_entry *right) in sort__dso_cmp() argument 194 return _sort__dso_cmp(right->ms.map, left in sort__dso_cmp() 264 sort__sym_cmp(struct hist_entry *left, struct hist_entry *right) sort__sym_cmp() argument 285 sort__sym_sort(struct hist_entry *left, struct hist_entry *right) sort__sym_sort() argument 369 sort__srcline_cmp(struct hist_entry *left, struct hist_entry *right) sort__srcline_cmp() argument 403 sort__srcline_from_cmp(struct hist_entry *left, struct hist_entry *right) sort__srcline_from_cmp() argument 430 sort__srcline_to_cmp(struct hist_entry *left, struct hist_entry *right) sort__srcline_to_cmp() argument 531 sort__srcfile_cmp(struct hist_entry *left, struct hist_entry *right) sort__srcfile_cmp() argument 560 sort__parent_cmp(struct hist_entry *left, struct hist_entry *right) sort__parent_cmp() argument 588 sort__cpu_cmp(struct hist_entry *left, struct hist_entry *right) sort__cpu_cmp() argument 619 sort__cgroup_id_cmp(struct hist_entry *left, struct hist_entry *right) sort__cgroup_id_cmp() argument 649 sort__cgroup_cmp(struct hist_entry *left, struct hist_entry *right) sort__cgroup_cmp() argument 682 sort__socket_cmp(struct hist_entry *left, struct hist_entry *right) sort__socket_cmp() argument 714 sort__time_cmp(struct hist_entry *left, struct hist_entry *right) sort__time_cmp() argument 770 sort__trace_cmp(struct hist_entry *left, struct hist_entry *right) sort__trace_cmp() argument 810 sort__dso_from_cmp(struct hist_entry *left, struct hist_entry *right) sort__dso_from_cmp() argument 842 sort__dso_to_cmp(struct hist_entry *left, struct hist_entry *right) sort__dso_to_cmp() argument 874 sort__sym_from_cmp(struct hist_entry *left, struct hist_entry *right) sort__sym_from_cmp() argument 891 sort__sym_to_cmp(struct hist_entry *left, struct hist_entry *right) sort__sym_to_cmp() argument 990 sort__mispredict_cmp(struct hist_entry *left, struct hist_entry *right) sort__mispredict_cmp() argument 1017 sort__cycles_cmp(struct hist_entry *left, struct hist_entry *right) sort__cycles_cmp() argument 1046 sort__daddr_cmp(struct hist_entry *left, struct hist_entry *right) sort__daddr_cmp() argument 1072 sort__iaddr_cmp(struct hist_entry *left, struct hist_entry *right) sort__iaddr_cmp() argument 1098 sort__dso_daddr_cmp(struct hist_entry *left, struct hist_entry *right) sort__dso_daddr_cmp() argument 1123 sort__locked_cmp(struct hist_entry *left, struct hist_entry *right) sort__locked_cmp() argument 1151 sort__tlb_cmp(struct hist_entry *left, struct hist_entry *right) sort__tlb_cmp() argument 1179 sort__lvl_cmp(struct hist_entry *left, struct hist_entry *right) sort__lvl_cmp() argument 1207 sort__snoop_cmp(struct hist_entry *left, struct hist_entry *right) sort__snoop_cmp() argument 1235 sort__dcacheline_cmp(struct hist_entry *left, struct hist_entry *right) sort__dcacheline_cmp() argument 1330 sort__local_weight_cmp(struct hist_entry *left, struct hist_entry *right) sort__local_weight_cmp() argument 1349 sort__global_weight_cmp(struct hist_entry *left, struct hist_entry *right) sort__global_weight_cmp() argument 1424 sort__phys_daddr_cmp(struct hist_entry *left, struct hist_entry *right) sort__phys_daddr_cmp() argument 1465 sort__abort_cmp(struct hist_entry *left, struct hist_entry *right) sort__abort_cmp() argument 1497 sort__in_tx_cmp(struct hist_entry *left, struct hist_entry *right) sort__in_tx_cmp() argument 1529 sort__transaction_cmp(struct hist_entry *left, struct hist_entry *right) sort__transaction_cmp() argument 1612 sort__sym_size_cmp(struct hist_entry *left, struct hist_entry *right) sort__sym_size_cmp() argument 1651 sort__dso_size_cmp(struct hist_entry *left, struct hist_entry *right) sort__dso_size_cmp() argument [all...] |
/third_party/curl/docs/examples/ |
H A D | 10-at-a-time.c | 98 static void add_transfer(CURLM *cm, unsigned int i, int *left) in add_transfer() argument 105 (*left)++; in add_transfer() 114 int left = 0; in main() local 124 add_transfer(cm, transfers, &left); in main() 139 left--; in main() 145 add_transfer(cm, transfers++, &left); in main() 147 if(left) in main() 150 } while(left); in main()
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | uncompr.c | 36 uLong len, left; local 41 left = *destLen; 45 left = 1; 63 stream.avail_out = left > (uLong)max ? max : (uInt)left; 64 left -= stream.avail_out; 77 left = 1; 82 err == Z_BUF_ERROR && left + stream.avail_out ? Z_DATA_ERROR :
|
/third_party/node/deps/zlib/ |
H A D | uncompr.c | 32 uLong len, left; in uncompress2() local 37 left = *destLen; in uncompress2() 41 left = 1; in uncompress2() 59 stream.avail_out = left > (uLong)max ? max : (uInt)left; in uncompress2() 60 left -= stream.avail_out; in uncompress2() 73 left = 1; in uncompress2() 78 err == Z_BUF_ERROR && left + stream.avail_out ? Z_DATA_ERROR : in uncompress2()
|
/third_party/skia/third_party/externals/zlib/ |
H A D | uncompr.c | 36 uLong len, left; local 41 left = *destLen; 45 left = 1; 63 stream.avail_out = left > (uLong)max ? max : (uInt)left; 64 left -= stream.avail_out; 77 left = 1; 82 err == Z_BUF_ERROR && left + stream.avail_out ? Z_DATA_ERROR :
|
/third_party/zlib/ |
H A D | uncompr.c | 32 uLong len, left; in uncompress2() local 37 left = *destLen; in uncompress2() 41 left = 1; in uncompress2() 59 stream.avail_out = left > (uLong)max ? max : (uInt)left; in uncompress2() 60 left -= stream.avail_out; in uncompress2() 73 left = 1; in uncompress2() 78 err == Z_BUF_ERROR && left + stream.avail_out ? Z_DATA_ERROR : in uncompress2()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
H A D | tlsv1_server_read.c | 125 size_t left, len, i, j; in tls_process_client_hello() local 140 left = *in_len; in tls_process_client_hello() 142 if (left < 4) { in tls_process_client_hello() 161 left -= 4; in tls_process_client_hello() 163 if (len > left) { in tls_process_client_hello() 165 "Truncated ClientHello (len=%d left=%d)", in tls_process_client_hello() 166 (int) len, (int) left); in tls_process_client_hello() 400 size_t left, len, list_len, cert_len, idx; in tls_process_certificate() local 414 left = *in_len; in tls_process_certificate() 416 if (left < in tls_process_certificate() 811 size_t left, len; tls_process_client_key_exchange() local 888 size_t left, len; tls_process_certificate_verify() local 1050 size_t left; tls_process_change_cipher_spec() local 1099 size_t left, len, hlen; tls_process_client_finished() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
H A D | tlsv1_server_read.c | 125 size_t left, len, i, j; in tls_process_client_hello() local 140 left = *in_len; in tls_process_client_hello() 142 if (left < 4) { in tls_process_client_hello() 161 left -= 4; in tls_process_client_hello() 163 if (len > left) { in tls_process_client_hello() 165 "Truncated ClientHello (len=%d left=%d)", in tls_process_client_hello() 166 (int) len, (int) left); in tls_process_client_hello() 400 size_t left, len, list_len, cert_len, idx; in tls_process_certificate() local 414 left = *in_len; in tls_process_certificate() 416 if (left < in tls_process_certificate() 811 size_t left, len; tls_process_client_key_exchange() local 888 size_t left, len; tls_process_certificate_verify() local 1050 size_t left; tls_process_change_cipher_spec() local 1099 size_t left, len, hlen; tls_process_client_finished() local [all...] |
/third_party/nghttp2/ |
H A D | mkhufftbl.py | 279 self.left = None 302 if node.left is None: 303 node.left = Node() 304 child = node.left 320 _set_node_id(ctx, node.left, prefix + [0]) 326 def _traverse(node, sym, start_node, root, left): 327 if left == 0: 344 _traverse(node, nsym, start_node, root, left - 1) 346 go(node.left) 353 _build_transition_table(ctx, node.left) [all...] |
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | instruction-selector-arm64.cc | 22 kArithmeticImm, // 12 bit unsigned immediate shifted left 0 or 12 bits 252 if (m.left().IsLoad() && m.right().Is(32) && in Initialize() 253 selector_->CanCover(m.node(), m.left().node())) { in Initialize() 255 Node* load = m.left().node(); in Initialize() 339 *right_op = g->UseRegister(mright.left().node()); in TryMatchAnyExtend() 346 if (selector->CanCover(mright.node(), mright.left().node()) && in TryMatchAnyExtend() 347 mright.left().IsWord32Shl()) { in TryMatchAnyExtend() 348 Int32BinopMatcher mleft_of_right(mright.left().node()); in TryMatchAnyExtend() 353 *right_op = g->UseRegister(mleft_of_right.left().node()); in TryMatchAnyExtend() 376 Node* left in TryMatchLoadStoreShift() 1336 Node* left = m.left().node(); VisitWord32Shr() local 1387 Node* left = m.left().node(); VisitWord32Sar() local 1647 InstructionOperand left = g.UseRegister(m.left().node()); EmitInt32MulWithOverflow() local 2156 VisitCompare(InstructionSelector* selector, InstructionCode opcode, InstructionOperand left, InstructionOperand right, FlagsContinuation* cont) VisitCompare() argument 2408 Node* left = node->InputAt(0); VisitWordCompare() local 2794 Node* const left = m.left().node(); VisitWordCompareZero() local 2858 Node* const left = m.left().node(); VisitWordCompareZero() local 3239 Node* left = node->InputAt(0); VisitFloat64InsertLowWord32() local 3256 Node* left = node->InputAt(0); VisitFloat64InsertHighWord32() local 3712 ShuffleMatcher left = m.left(); TryMatchMulWithDup() local 3787 Node* left() const { return left_; } left() function [all...] |
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationCompare.java | 19 public static int compareUpToQuaternary(CollationIterator left, CollationIterator right, in compareUpToQuaternary() argument 36 long ce = left.nextCE(); in compareUpToQuaternary() 44 left.setCurrentCE(ce & 0xffffffff00000000L); in compareUpToQuaternary() 46 ce = left.nextCE(); in compareUpToQuaternary() 49 left.setCurrentCE(0); in compareUpToQuaternary() 105 leftSecondary = ((int) left.getCE(leftIndex++)) >>> 16; in compareUpToQuaternary() 129 while ((p = left.getCE(leftLimit) >>> 32) > Collation.MERGE_SEPARATOR_PRIMARY in compareUpToQuaternary() 145 leftSecondary = ((int) left.getCE(--leftIndex)) >>> 16; in compareUpToQuaternary() 164 assert (left.getCE(leftLimit) == right.getCE(rightLimit)); in compareUpToQuaternary() 189 ce = left in compareUpToQuaternary() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | CollationCompare.java | 23 public static int compareUpToQuaternary(CollationIterator left, CollationIterator right, in compareUpToQuaternary() argument 40 long ce = left.nextCE(); in compareUpToQuaternary() 48 left.setCurrentCE(ce & 0xffffffff00000000L); in compareUpToQuaternary() 50 ce = left.nextCE(); in compareUpToQuaternary() 53 left.setCurrentCE(0); in compareUpToQuaternary() 109 leftSecondary = ((int) left.getCE(leftIndex++)) >>> 16; in compareUpToQuaternary() 133 while ((p = left.getCE(leftLimit) >>> 32) > Collation.MERGE_SEPARATOR_PRIMARY in compareUpToQuaternary() 149 leftSecondary = ((int) left.getCE(--leftIndex)) >>> 16; in compareUpToQuaternary() 168 assert (left.getCE(leftLimit) == right.getCE(rightLimit)); in compareUpToQuaternary() 193 ce = left in compareUpToQuaternary() [all...] |
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/ |
H A D | HuffmanEncoder.java | 36 short left; field in HuffmanEncoder.TreeNode 62 tree[i].left = (short)(2 * i); in HuffmanEncoder() 68 tree[range + i].left = -1; in HuffmanEncoder() 96 if (tree[tree[i].left].up != i) { in checkTree() 97 return "tree[tree[" + i + "].left].up == " + tree[tree[i].left].up + ", expected " + i; in checkTree() 106 if (tree[i].weight != tree[tree[i].left].weight + tree[tree[i].right].weight) { in checkTree() 108 tree[tree[i].left].weight + " + " + tree[tree[i].right].weight; in checkTree() 121 int a = tree[i].left; in checkTree() 124 return "tree[" + i + "].left in checkTree() [all...] |
/kernel/linux/linux-5.10/arch/parisc/math-emu/ |
H A D | hppa.h | 15 #define Shiftdouble(left,right,amount,dest) \ 16 /* int left, right, amount, dest; */ \ 17 dest = ((left) << (32-(amount))) | ((unsigned int)(right) >> (amount)) 20 #define Variableshiftdouble(left,right,amount,dest) \ 21 /* unsigned int left, right; int amount, dest; */ \ 23 else dest = ((((unsigned) left)&0x7fffffff) << (32-(amount))) | \ 27 #define Variable_shift_double(left,right,amount,dest) \ 28 /* unsigned int left, right; int amount, dest; */ \ 29 dest = (left << (32-(amount))) | ((unsigned) right >> (amount))
|
/kernel/linux/linux-6.6/arch/parisc/math-emu/ |
H A D | hppa.h | 15 #define Shiftdouble(left,right,amount,dest) \ 16 /* int left, right, amount, dest; */ \ 17 dest = ((left) << (32-(amount))) | ((unsigned int)(right) >> (amount)) 20 #define Variableshiftdouble(left,right,amount,dest) \ 21 /* unsigned int left, right; int amount, dest; */ \ 23 else dest = ((((unsigned) left)&0x7fffffff) << (32-(amount))) | \ 27 #define Variable_shift_double(left,right,amount,dest) \ 28 /* unsigned int left, right; int amount, dest; */ \ 29 dest = (left << (32-(amount))) | ((unsigned) right >> (amount))
|
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/ |
H A D | Lists.cs | 47 public static bool Equals<T>(List<T> left, List<T> right) in Equals() argument 49 if (left == right) in Equals() 53 if (left == null || right == null) in Equals() 57 if (left.Count != right.Count) in Equals() 62 for (int i = 0; i < left.Count; i++) in Equals() 64 if (!comparer.Equals(left[i], right[i])) in Equals()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | cfbcopyarea.c | 110 int const left = shift & (bits - 1); in bitcpy() local 121 d0 <<= left; in bitcpy() local 129 d0 = d0 >> right | d1 << left; in bitcpy() 146 d0 <<= left; in bitcpy() local 153 d0 = d0 >> right | d1 << left; in bitcpy() 166 FB_WRITEL(d0 >> right | d1 << left, dst++); in bitcpy() 169 FB_WRITEL(d0 >> right | d1 << left, dst++); in bitcpy() 172 FB_WRITEL(d0 >> right | d1 << left, dst++); in bitcpy() 175 FB_WRITEL(d0 >> right | d1 << left, dst++); in bitcpy() 182 d0 = d0 >> right | d1 << left; in bitcpy() 283 int const left = shift & (bits-1); bitcpy_rev() local 296 d0 <<= left; bitcpy_rev() local 366 d0 <<= left; bitcpy_rev() local [all...] |