Home
last modified time | relevance | path

Searched refs:left (Results 226 – 250 of 1340) sorted by relevance

12345678910>>...54

/openbsd/sys/nfs/
H A Dnfs_subs.c654 if (left > siz) in nfsm_mbuftouio()
655 left = siz; in nfsm_mbuftouio()
656 uiosiz = left; in nfsm_mbuftouio()
657 while (left > 0) { in nfsm_mbuftouio()
665 xfer = (left > len) ? len : left; in nfsm_mbuftouio()
670 left -= xfer; in nfsm_mbuftouio()
804 while (left == 0) { in nfsm_disct()
808 left = mp->m_len; in nfsm_disct()
811 if (left >= siz) { in nfsm_disct()
827 p += left; in nfsm_disct()
[all …]
/openbsd/regress/usr.bin/mandoc/mdoc/Bl/
H A Doffset.out_markdown11 Bl item offset left
33 > Bl tag width Ds offset left
H A Doffset.out_ascii9 Bl item offset left
30 tag Bl tag width Ds offset left
/openbsd/lib/libc/asr/
H A Dasr.c856 size_t left, count; in _asr_strdname() local
864 left = max - 1; in _asr_strdname()
865 while (dname[0] && left) { in _asr_strdname()
866 count = (dname[0] < (left - 1)) ? dname[0] : (left - 1); in _asr_strdname()
869 left -= count; in _asr_strdname()
871 if (left) { in _asr_strdname()
872 left -= 1; in _asr_strdname()
/openbsd/sys/dev/pci/drm/
H A Ddrm_buddy.c222 block->left = drm_block_alloc(mm, block, block_order, offset); in split_block()
223 if (!block->left) in split_block()
229 drm_block_free(mm, block->left); in split_block()
233 mark_free(mm, block->left); in split_block()
250 if (parent->left == block) in __get_buddy()
253 return parent->left; in __get_buddy()
408 list_add(&block->left->tmp_link, &dfs); in alloc_range_bias()
555 list_add(&block->left->tmp_link, dfs); in __alloc_range()
/openbsd/gnu/llvm/llvm/utils/lit/lit/
H A DBooleanExpression.py121 left = self.value
126 self.value = left and right
131 left = self.value
136 self.value = left or right
/openbsd/gnu/usr.bin/binutils/gprof/
H A Dhist.c437 const Sym *left = *(const Sym **) lp; local
441 time_diff = right->hist.time - left->hist.time;
449 if (right->ncalls > left->ncalls)
452 if (right->ncalls < left->ncalls)
455 return strcmp (left->name, right->name);
/openbsd/gnu/usr.bin/perl/Porting/
H A Dtimecheck2.c12 double my_difftime(time_t left, time_t right) { in my_difftime() argument
13 double diff = (double)left - (double)right; in my_difftime()
H A Dcorelist-perldelta.pl146 if ( exists $data->{left} and exists $data->{right} ) {
149 elsif ( !exists $data->{left} and exists $data->{right} ) {
152 elsif ( exists $data->{left} and !exists $data->{right} ) {
251 …$deltaGrouping->{ $_->{modification} }->{ $_->{name} } = [ $_->{name}, $_->{data}->{left}, $_->{da…
259 $deltaGrouping->{$modifyType}->{$distName} = [ $distName, $data->{left}, $data->{right} ];
265 [ $k, $changes{$k}->{left}, $changes{$k}->{right} ];
/openbsd/games/battlestar/
H A Dcommand7.c200 else if (left && position != left) in fight()
201 moveplayer(left, LEFT); in fight()
/openbsd/gnu/usr.bin/cvs/src/
H A Dhistory.c324 const struct hrec *left = (const struct hrec *) l; local
329 if ((i = strcmp (left->user, right->user)) != 0)
334 if (left->mod && right->mod)
335 if ((i = strcmp (left->mod, right->mod)) != 0)
340 if ((i = strcmp (left->repos, right->repos)) != 0)
345 if ((i = strcmp (left->file, right->file)) != 0)
350 if ((i = strcmp (left->dir, right->dir)) != 0)
353 if ((i = strcmp (left->end, right->end)) != 0)
362 if ((i = ((long) (left->date) - (long) (right->date))) != 0)
366 return (left->idx - right->idx);
/openbsd/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyLogical.h61 const LExpr *left() const { return LHS; } in left() function
62 LExpr *left() { return LHS; } in left() function
/openbsd/usr.bin/file/
H A Dfile.c440 size_t left; in fill_buffer() local
447 left = size; in fill_buffer()
448 while (left != 0) { in fill_buffer()
449 got = read(fd, next, left); in fill_buffer()
458 left -= got; in fill_buffer()
460 *used = size - left; in fill_buffer()
/openbsd/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_report.cpp392 uptr left = a1 < a2 ? a1 : a2; in IsInvalidPointerPair() local
394 uptr offset = right - left; in IsInvalidPointerPair()
396 return __asan_region_is_poisoned(left, offset); in IsInvalidPointerPair()
401 if (uptr shadow_offset1 = t->GetStackVariableShadowStart(left)) { in IsInvalidPointerPair()
408 if (GetHeapAddressInformation(left, 0, &hdesc1) && in IsInvalidPointerPair()
416 if (GetGlobalAddressInformation(left, 0, &gdesc1)) in IsInvalidPointerPair()
/openbsd/gnu/gcc/gcc/doc/include/
H A Dgcc-common.texi40 @c Cause even numbered pages to be printed on the left hand side of
46 @c margin and the text on left hand pages is pushed toward the left
/openbsd/lib/libexpat/lib/
H A Dsiphash.h232 const char left = (char)(H->p - H->buf); in sip24_final() local
233 uint64_t b = (H->c + left) << 56; in sip24_final()
235 switch (left) { in sip24_final()
/openbsd/sys/arch/sparc64/dev/
H A Diommu.c888 int left; in iommu_dvmamap_load_raw() local
955 for (i = 0, left = size; left > 0 && i < nsegs; i++) { in iommu_dvmamap_load_raw()
959 int seg_len = MIN(left, len); in iommu_dvmamap_load_raw()
977 left -= seg_len; in iommu_dvmamap_load_raw()
1055 left = size; in iommu_dvmamap_load_raw()
1063 len, len, seg_len, seg_len, left, left); in iommu_dvmamap_load_raw()
1065 left -= seg_len; in iommu_dvmamap_load_raw()
1215 int left; in iommu_dvmamap_load_seg() local
1238 left = size; in iommu_dvmamap_load_seg()
1244 int seg_len = MIN(left, len); in iommu_dvmamap_load_seg()
[all …]
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dnum_put_members_char.cc98 oss.setf(ios_base::left, ios_base::adjustfield); in test01()
115 oss.setf(ios_base::left, ios_base::adjustfield); in test01()
131 oss.setf(ios_base::left, ios_base::adjustfield); in test01()
141 oss.setf(ios_base::left, ios_base::adjustfield); in test01()
150 oss.setf(ios_base::left, ios_base::adjustfield); in test01()
/openbsd/lib/libkeynote/
H A Dkeynote.y37 %left OR
38 %left AND
40 %left PLUS MINUS DOTT
41 %left MULT DIV MOD
42 %left EXP
/openbsd/gnu/usr.bin/perl/
H A Dperly.y131 %left PERLY_COMMA
137 %left <ival> BITOROP
138 %left <ival> BITANDOP
139 %left <ival> CHEQOP NCEQOP
140 %left <ival> CHRELOP NCRELOP
144 %left <ival> SHIFTOP
145 %left ADDOP <pval> PLUGIN_ADD_OP
146 %left MULOP <pval> PLUGIN_MUL_OP
147 %left <ival> MATCHOP
152 %left <ival> ARROW
[all …]
/openbsd/sys/lib/libkern/arch/mips64/
H A Dmemmove.S97 and v1, a2, 3 # compute number of words left
119 and v1, a2, 3 # compute number of whole words left
145 and v1, a2, 7 # compute number of dwords left
168 and v1, a2, 7 # compute number of whole dwords left
/openbsd/usr.bin/ssh/
H A Dssh-xmss.c105 u_int32_t left; in ssh_xmss_copy_public() local
120 left = sshkey_xmss_signatures_left(from); in ssh_xmss_copy_public()
121 if (left) in ssh_xmss_copy_public()
122 sshkey_xmss_enable_maxsign(to, left); in ssh_xmss_copy_public()
/openbsd/gnu/llvm/lldb/docs/_static/
H A Dlldb.css33 text-align: left;
71 padding-left: 7px;
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/
H A Dlinux-dp.c101 print_philosopher (int n, char left, char right) in print_philosopher() argument
105 shared_printf ("%*s%c %d %c\n", (n * 4) + 2, "", left, n, right); in print_philosopher()
/openbsd/usr.bin/mg/
H A Dmatch.c29 char left, right; member
80 lbal = bal[i].left; in balance()

12345678910>>...54