Searched refs:hit (Results 1 - 25 of 84) sorted by relevance

1234

/macosx-10.10.1/WebKit-7600.1.25/mac/Misc/
H A DWebNSDataExtras.m126 const char *hit = memchr(p, '<', remaining);
127 if (!hit) {
141 if (strncasecmp(hit, "<channel", strlen("<channel")) == 0) {
144 } else if (strncasecmp(hit, "<rdf", strlen("<rdf")) == 0) {
146 } else if (strncasecmp(hit, "<rss", strlen("<rss")) == 0) {
148 } else if (strncasecmp(hit, "<feed", strlen("<feed")) == 0) {
150 } else if (strncasecmp(hit, "<?", strlen("<?")) != 0 && strncasecmp(hit, "<!", strlen("<!")) != 0) {
155 remaining -= (hit + 1) - p;
156 p = hit
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/rdata/generic/
H A Dhip_55.h27 unsigned char * hit; member in struct:dns_rdata_hip
H A Dhip_55.c209 isc_region_consume(&region, 2); /* hit length + algorithm */
267 REQUIRE(hip->hit_len > 0 && hip->hit != NULL);
278 RETERR(mem_tobuffer(target, hip->hit, hip->hit_len));
314 hip->hit = hip->key = hip->servers = NULL;
316 hip->hit = mem_maybedup(mctx, region.base, hip->hit_len);
317 if (hip->hit == NULL)
338 if (hip->hit != NULL)
339 isc_mem_free(mctx, hip->hit);
357 isc_mem_free(hip->mctx, hip->hit);
476 isc_region_consume(&r1, 2); /* hit lengt
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libdll/
H A Ddllplug.c40 int hit; local
44 err = hit = 0;
51 hit = 1;
99 if (hit)
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dulimit.c72 register unsigned long hit = 0; local
96 hit = ~0;
100 hit |= (1L<<(-(n+1)));
114 if(hit==0)
118 hit |= (1L<<n);
122 label = (hit&(hit-1));
127 for(tp = shtab_limits; tp->option && hit; tp++,hit>>=1)
129 if(!(hit
[all...]
/macosx-10.10.1/apr-32/apr/apr/include/arch/os2/
H A Dapr_arch_threadproc.h63 char hit; member in struct:apr_thread_once_t
/macosx-10.10.1/emacs-93/emacs/lisp/term/
H A Dsun-mouse.el74 MOUSE-LIST is a list of atoms specifying a mouse hit according to these rules:
143 (defmacro sm::hit-code (hit)
144 `(nth 0 ,hit))
146 (defmacro sm::hit-button (hit)
147 `(logand sm::ButtonBits (nth 0 ,hit)))
149 (defmacro sm::hit-shiftmask (hit)
150 `(logand sm::ShiftmaskBits (nth 0 ,hit)))
[all...]
/macosx-10.10.1/system_cmds-643.1.1/zdump.tproj/
H A Dzdump.c132 static time_t hunt P((char * name, time_t lot, time_t hit));
307 hunt(name, lot, hit)
310 time_t hit;
319 while ((hit - lot) >= 2) {
320 t = lot / 2 + hit / 2;
323 else if (t >= hit)
331 } else hit = t;
334 show(name, hit, TRUE);
335 return hit;
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dbs.c136 int hits; /* how many times has this ship been hit? */
739 /* register a hit on the targeted ship */
819 bool hit; local
831 hit = IS_SHIP(board[COMPUTER][curx][cury]);
832 hits[PLAYER][curx][cury] = (hit ? MARK_HIT : MARK_MISS);
836 if (hit)
847 prompt(1, "You %s.", hit ? "scored a hit" : "missed");
848 if (hit && (ss = hitship(curx, cury))) {
869 return (hit);
952 bool hit, sunk; local
1003 int hit = S_MISS; local
[all...]
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dstring.c81 int hit; local
96 amb=hit=0;
124 if (hit || amb)
126 hit = 0;
131 hit = tp->sh_number;
166 if(hit)
168 return(hit);
/macosx-10.10.1/apr-32/apr/apr/threadproc/beos/
H A Dthread.c214 (*control)->hit = 0; /* we haven't done it yet... */
228 if (!control->hit) {
230 control->hit = 1;
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-SearchKit/Examples/SearchKitExample1/
H A DAppController.py217 hit = SKIndexCopyDocumentForDocumentID(self.myIndex, hitID)
218 if hit is None:
221 documentName = SKDocumentGetName(hit)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-SearchKit/Examples/SearchKitExample1/
H A DAppController.py217 hit = SKIndexCopyDocumentForDocumentID(self.myIndex, hitID)
218 if hit is None:
221 documentName = SKDocumentGetName(hit)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-SearchKit-2.5.1/Examples/SearchKitExample1/
H A DAppController.py217 hit = SKIndexCopyDocumentForDocumentID(self.myIndex, hitID)
218 if hit is None:
221 documentName = SKDocumentGetName(hit)
/macosx-10.10.1/Chess-310.6/Sources/
H A DMBCBoardViewAccessibility.mm225 id hit;
227 hit = self;
229 hit = [MBCBoardAccessibilityProxy proxyWithView:self square:where];
231 return hit;
H A DMBCMoveTableViewAccessibility.mm279 id hit;
281 hit = self;
283 hit = [MBCMoveAccessibilityProxy proxyWithInfo:[self dataSource] move:move+1];
285 return hit;
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/misc/
H A Drecfmt.c39 unsigned int hit[UCHAR_MAX + 1]; member in struct:__anon9089
102 h = q->hit + s[i];
/macosx-10.10.1/apr-32/apr/apr/include/arch/beos/
H A Dapr_arch_threadproc.h91 int hit; member in struct:apr_thread_once_t
/macosx-10.10.1/ICU-531.30/icuSources/tools/tzcode/
H A Dzdump.c168 static time_t hunt(char * name, time_t lot, time_t hit);
179 static time_t huntICU(char * name, time_t lot, time_t hit, FILE *fp);
673 hunt(char *name, time_t lot, time_t hit) argument
689 diff = (long) (hit - lot);
696 else if (t >= hit)
708 } else hit = t;
711 show(name, hit, TRUE);
712 return hit;
871 huntICU(char *name, time_t lot, time_t hit, FILE * fp) argument
887 diff = (long) (hit
[all...]
H A Dicuzdump.cpp149 UDate hit = newt; local
151 int32_t diff = (int32_t)(hit - lot);
163 hit = medt;
173 formatter->format(hit, newRawOffset + newDstOffset, (newDstOffset == 0 ? FALSE : TRUE), str);
/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Ds2_srvr.c219 if (!s->hit)
252 if (s->hit)
614 s->hit=1;
638 if (!s->hit)
700 int n,hit; local
707 hit=s->hit;
708 *(p++)=(unsigned char)hit;
710 if (!hit)
724 /* If 'hit' i
[all...]
H A Dd1_clnt.c223 s->hit = 0;
260 if (s->hit)
289 s->hit = 1;
406 if (!s->hit)
442 if (!s->hit)
453 if (s->hit)
504 if (s->hit)
544 if (s->hit) s->ctx->stats.sess_hit++;
/macosx-10.10.1/emacs-93/emacs/lisp/play/
H A Dtetris.el401 (let ((hit nil))
404 (unless hit
405 (setq hit
416 hit))
502 (let (hit)
505 (setq hit (tetris-test-shape))
506 (if hit
509 (if hit
516 (let ((hit nil))
518 (while (not hit)
[all...]
/macosx-10.10.1/curl-83.1.2/curl/src/
H A Dtool_getparam.c387 int hit = -1; local
414 hit = j;
415 numhits = 1; /* a single unique hit */
419 hit = j;
426 if(hit < 0) {
432 hit = -1;
454 if(hit < 0) {
457 hit = j;
461 if(hit < 0) {
466 if(aliases[hit]
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/dtrace/
H A Dreqint.d94 codesign*:::eval-reqint-fragment-hit
96 printf("%8u %s[%d] frag-hit(%s,%s)\n",

Completed in 391 milliseconds

1234