Searched refs:offs (Results 1 - 25 of 69) sorted by relevance

123

/macosx-10.9.5/postfix-252/postfix/src/global/
H A Drecipient_list.h36 #define RECIPIENT_ASSIGN(rcpt, offs, orcpt, notify, orig, addr) do { \
37 (rcpt)->offset = (offs); \
/macosx-10.9.5/misc_cmds-32/calendar/
H A Dday.c461 int offs; local
464 offs = strlen(s);
470 /* fprintf(stderr, "x: %s %s %d\n", s, s + offs - 2, offs); */
471 switch(*(s + offs - 2)) {
473 return(-(atoi(s + offs - 1)));
475 return(atoi(s + offs - 1));
484 if (offs > 4 && !strcasecmp(s + offs - 4, "last"))
486 else if (offs >
[all...]
/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/
H A Dpci.py42 def MakeMemMappedPciCfgAddr(bus, dev, func, offs):
46 bus, dev, func, offs: int - bus, device, function, and offset that specifies
51 return GetMemMappedPciCfgAddrBase() | (bus << 20) | (dev << 15) | (func << 12) | offs
53 def DoPciCfgRead(bits, bus, dev, func, offs):
57 bus, dev, func, offs: int - PCI config bus, device, function and offset
61 phys_addr = MakeMemMappedPciCfgAddr(bus, dev, func, offs)
64 def DoPciCfgWrite(bits, bus, dev, func, offs, val):
68 bus, dev, func, offs: int - PCI config bus, device, function and offset
72 phys_addr = MakeMemMappedPciCfgAddr(bus, dev, func, offs)
173 offs
[all...]
/macosx-10.9.5/zsh-60/zsh/Src/Modules/
H A Dregex.c116 zlong offs; local
126 offs = 0;
129 offs++;
132 setiparam("MBEGIN", offs + !isset(KSHARRAYS));
137 offs++;
140 setiparam("MEND", offs + !isset(KSHARRAYS) - 1);
152 offs = 0;
156 offs++;
159 convbase(buf, offs + !isset(KSHARRAYS), 10);
163 offs
[all...]
H A Dpcre.c192 zlong offs = 0; local
197 offs++;
200 setiparam("MBEGIN", offs + !isset(KSHARRAYS));
203 offs++;
206 setiparam("MEND", offs + !isset(KSHARRAYS) - 1);
220 offs = 0;
224 offs++;
227 convbase(buf, offs + !isset(KSHARRAYS), 10);
231 offs++;
234 convbase(buf, offs
[all...]
/macosx-10.9.5/ntp-88/scripts/
H A Dsummary.in99 my ($freq, $offs);
114 ($offs, $freq) = ($Fld[2], $Fld[3]);
115 $loop_tmax = max($loop_tmax, $offs);
116 $loop_tmin = min($loop_tmin, $offs);
119 $loop_time += $offs;
120 $loop_time_rms += $offs * $offs;
176 my ($dist, $offs);
188 $offs = $Fld[4];
189 if ($offs >
[all...]
/macosx-10.9.5/dtrace-118.1/libdwarf/
H A Ddwarf_line2.c62 Dwarf_Off ** offs,
104 *offs = loffsets;
59 _dwarf_line_address_offsets(Dwarf_Debug dbg, Dwarf_Die die, Dwarf_Addr ** addrs, Dwarf_Off ** offs, Dwarf_Unsigned * returncount, Dwarf_Error * err) argument
/macosx-10.9.5/sudo-72/src/zlib/
H A Dinftrees.c59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
141 offs[1] = 0;
143 offs[len + 1] = offs[len] + count[len];
147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
/macosx-10.9.5/IOPCIFamily-224.92.1/tools/
H A Dpcidump.c507 uint32_t offs; local
509 offs = strtoul(argv[4], NULL, 0);
511 configWrite32(connect, segment, bus, device, fn, offs, data);
512 printf("wrote 0x%08x to [%d, %d, %d]:0x%X\n", data, bus, device, fn, offs);
516 uint32_t offs; local
518 offs = strtoul(argv[4], NULL, 0);
519 data = configRead32(connect, segment, bus, device, fn, offs);
520 printf("read 0x%08x from [%d, %d, %d]:0x%X\n", data, bus, device, fn, offs);
525 uint64_t offs; local
527 offs
534 uint64_t offs; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/controlwidget/
H A Drdial.tcl286 set offs [expr {($ssize+sin($ri*$d2r))/$sfact}]
287 $win.c create line $offs 0 $offs $hgt -fill $dfg
291 set offs [expr {($ssize+sin($ri*$d2r))/$sfact}]
292 $win.c create line $offs 0 $offs $hgt -fill $dfg
300 set offs [expr {($ssize+sin($ri*$d2r))/$sfact}]
301 $win.c create line 0 $offs $hgt $offs -fill $dfg
305 set offs [exp
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Ddosfns.c105 int offs, len; variable
110 offs = (unsigned long) XINT (address);
113 if (len < 1 || len > 2048 || offs < 0 || offs > 0xfffff - len)
116 dosmemget (offs, len, buf);
130 int offs, len; variable
135 offs = (unsigned long) XINT (address);
138 if (len < 1 || len > 2048 || offs < 0 || offs > 0xfffff - len)
148 dosmemput (buf, len, offs);
[all...]
/macosx-10.9.5/rsync-42/rsync/zlib/
H A Dinftrees.c59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
141 offs[1] = 0;
143 offs[len + 1] = offs[len] + count[len];
147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
/macosx-10.9.5/xnu-2422.115.4/libkern/zlib/
H A Dinftrees.c86 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
168 offs[1] = 0;
170 offs[len + 1] = offs[len] + count[len];
174 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
/macosx-10.9.5/zlib-53/zlib/contrib/blast/
H A Dblast.c190 short offs[MAXBITS+1]; /* offsets in symbol table for each length */ local
222 offs[1] = 0;
224 offs[len + 1] = offs[len] + h->count[len];
232 h->symbol[offs[length[symbol]]++] = symbol;
/macosx-10.9.5/zlib-53/zlib/contrib/infback9/
H A Dinftree9.c59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
135 offs[1] = 0;
137 offs[len + 1] = offs[len] + count[len];
141 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
/macosx-10.9.5/zlib-53/zlib/
H A Dinftrees.c59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
141 offs[1] = 0;
143 offs[len + 1] = offs[len] + count[len];
147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
/macosx-10.9.5/cctools-845/as/
H A Dm68k.c463 the_ins.reloc[the_ins.nrel].off=offs((exp));\
480 #define offs(exp) ((exp)->e_exp.X_add_number) macro
1636 if(offs(opP->con1)>0) {
1640 if(offs(opP->con1)>baseo) {
1642 offs(opP->con1)=baseo;
1644 baseo-=offs(opP->con1);
1645 for(wordp=generic_bignum+offs(opP->con1)-1;offs(opP->con1)--;--wordp)
1854 issword(offs(opP->con1))) {
1871 offs(op
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dif_utun_crypto_ipsec.c940 utun_pkt_is_ipsec_keepalive (struct utun_pcb *pcb, mbuf_t *pkt, u_int16_t nxt, u_int32_t flags, size_t offs) argument
957 printf("%s - invalid hdr len, len %d, offs %lu\n", __FUNCTION__, (*pkt)->m_pkthdr.len, offs);
961 if ((size_t)(*pkt)->m_pkthdr.len <= offs) {
962 printf("%s - invalid offset, len %d, offs %lu\n", __FUNCTION__, (*pkt)->m_pkthdr.len, offs);
967 printf("%s - invalid len, len %d, offs %lu\n", __FUNCTION__, (*pkt)->m_len, offs);
971 // pullup offs + 1 bytes
972 if ((size_t)(*pkt)->m_len < (offs
[all...]
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libedit/
H A Dreadline.c556 _history_expand_command(const char *command, size_t offs, size_t cmdlen, argument
572 if (strchr(":^*$", command[offs + 1])) {
582 idx = (command[offs + 1] == ':')? 1:0;
585 if (command[offs + 1] == '#') {
587 if ((aptr = malloc(offs + 1)) == NULL)
589 (void)strncpy(aptr, command, offs);
590 aptr[offs] = '\0';
595 qchar = (offs > 0 && command[offs - 1] == '"')? '"':0;
596 ptr = get_history_event(command + offs,
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/
H A Dapr_time.h136 * @param offs the number of seconds offset to apply
140 apr_int32_t offs);
/macosx-10.9.5/apr-30/apr/apr/include/
H A Dapr_time.h136 * @param offs the number of seconds offset to apply
140 apr_int32_t offs);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/time/win32/
H A Dtime.c119 apr_int32_t offs)
123 AprTimeToFileTime(&ft, input + (offs * APR_USEC_PER_SEC));
126 * generally UTC, so we will simply note the offs used.
130 result->tm_gmtoff = offs;
/macosx-10.9.5/apr-30/apr/apr/time/win32/
H A Dtime.c119 apr_int32_t offs)
123 AprTimeToFileTime(&ft, input + (offs * APR_USEC_PER_SEC));
126 * generally UTC, so we will simply note the offs used.
130 result->tm_gmtoff = offs;
/macosx-10.9.5/zlib-53/zlib/contrib/puff/
H A Dpuff.c39 * - Simplify offs[] index in construct()
332 short offs[MAXBITS+1]; /* offsets in symbol table for each length */ local
351 offs[1] = 0;
353 offs[len + 1] = offs[len] + h->count[len];
361 h->symbol[offs[length[symbol]]++] = symbol;
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dreadline.c631 _history_expand_command(const char *command, size_t offs, size_t cmdlen, argument
647 if (strchr(":^*$", command[offs + 1])) {
657 idx = (command[offs + 1] == ':')? 1:0;
660 if (command[offs + 1] == '#') {
662 if ((aptr = malloc(offs + 1)) == NULL)
664 (void)strncpy(aptr, command, offs);
665 aptr[offs] = '\0';
670 qchar = (offs > 0 && command[offs - 1] == '"')? '"':0;
671 ptr = get_history_event(command + offs,
[all...]

Completed in 366 milliseconds

123