Searched refs:big (Results 1 - 15 of 15) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/
H A Dstrcstr.c41 PL_strcasestr(const char *big, const char *little) argument
45 if( ((const char *)0 == big) || ((const char *)0 == little) ) return (char *)0;
46 if( ((char)0 == *big) || ((char)0 == *little) ) return (char *)0;
50 for( ; *big; big++ )
52 if( 0 == PL_strncasecmp(big, little, ll) )
53 return (char *)big;
59 PL_strcaserstr(const char *big, const char *little) argument
64 if( ((const char *)0 == big) || ((const char *)0 == little) ) return (char *)0;
65 if( ((char)0 == *big) || ((cha
80 PL_strncasestr(const char *big, const char *little, PRUint32 max) argument
101 PL_strncaserstr(const char *big, const char *little, PRUint32 max) argument
[all...]
H A Dstrstr.c42 PL_strstr(const char *big, const char *little) argument
44 if( ((const char *)0 == big) || ((const char *)0 == little) ) return (char *)0;
45 if( ((char)0 == *big) || ((char)0 == *little) ) return (char *)0;
47 return strstr(big, little);
51 PL_strrstr(const char *big, const char *little) argument
57 if( ((const char *)0 == big) || ((const char *)0 == little) ) return (char *)0;
58 if( ((char)0 == *big) || ((char)0 == *little) ) return (char *)0;
61 bl = strlen(big);
63 p = &big[ bl - ll ];
65 for( ; p >= big;
74 PL_strnstr(const char *big, const char *little, PRUint32 max) argument
95 PL_strnrstr(const char *big, const char *little, PRUint32 max) argument
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/include/
H A Dplstr.h395 * big one. It returns null if either string is null.
399 PL_strstr(const char *big, const char *little);
404 * Returns a pointer to the last instance of the little string within the big one.
409 PL_strrstr(const char *big, const char *little);
415 * n characters of the big one. It returns null if either string is null. It
420 PL_strnstr(const char *big, const char *little, PRUint32 n);
426 * n characters of the big one. It returns null if either string is null. It
431 PL_strnrstr(const char *big, const char *little, PRUint32 max);
436 * Returns a pointer to the first instance of the little string within the big one,
441 PL_strcasestr(const char *big, cons
[all...]
/vbox/src/VBox/RDP/client-1.8.3/
H A Dmppc.c74 RD_BOOL big = ctype & RDP_MPPC_BIG ? True : False; local
167 if (--walker_len < (big ? 3 : 2))
175 if (big)
327 match_bits = big ? 14 : 11; /* 11 or 14 bits of value at most */
346 match_len = (big ? 16 : 13) - match_bits;
372 k = (next_offset - match_off) & (big ? 65535 : 8191);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/support/set/
H A Dset.c158 set *big; local
165 if (b.n > c.n) {big= &b; m=b.n; n=c.n;} else {big= &c; m=c.n; n=b.n;}
176 p = &(big->setword[n]);
177 endp = &(big->setword[m]);
552 The resulting set size is just big enough to hold all elements.
/vbox/src/VBox/ValidationKit/bootsectors/
H A Dbootsector2-vbinstst-64-1.asm89 db 'Test is too big (%RX32)', 0
H A Dbootsector2-vbinstst-big-template.asm3 ; Boot Sector 2 with big instruction test image template. For use with
H A Dbootsector2-vbinstst-kernel.asm3 ; bootsector #2 kernel for big instruction testcases.
197 ; Loads the big image off the floppy.
/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsStringObsolete.cpp268 // sizes. WARNING: Your destination buffer MUST be big enough to hold all the
706 FindSubstring( const L* big, PRUint32 bigLen, argument
714 for (i=0; i<=max; ++i, ++big)
716 if (nsBufferRoutines<L>::compare(big, little, littleLen, ignoreCase) == 0)
728 RFindSubstring( const L* big, PRUint32 bigLen, argument
737 const L* iter = big + max;
738 for (i=max; iter >= big; --i, --iter)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dmrhoist.c1107 int MR_tree_equ(Tree *big, Tree *small) { argument
1109 int MR_tree_equ(big,small)
1110 Tree *big;
1120 if (small == NULL && big == NULL) return 1;
1122 if (big == NULL) return 0;
1127 return MR_tree_equ(big,small->down);
1129 if (big->token == ALT) {
1130 require(big->right == NULL,
1131 "MR_tree_equ: big: ALT node has siblings");
1132 return MR_tree_equ(big
[all...]
H A Dproto.h496 extern int MR_tree_equ(Tree *big, Tree *small); /* MR10 */
/vbox/src/VBox/Runtime/common/math/
H A Dbignum-amd64-x86.asm73 cmp cUsed, 8 ; Skip the big loop if small number.
145 cmp cUsed, 8 ; Skip the big loop if small number.
253 cmp cUsed, 8 ; Skip the big loop if small number.
313 cmp cUsed, 8 ; Skip the big loop if small number.
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAllAImpl.asm2882 dw 0xfaff + (.immEnd - .imm0) ; will cause warning if entries are too big.
2883 dw 0x104ff - (.immEnd - .imm0) ; will cause warning if entries are small big.
2910 dw 0xf9ff + (.immEnd - .imm0) ; will cause warning if entries are too big.
2911 dw 0x105ff - (.immEnd - .imm0) ; will cause warning if entries are small big.
/vbox/src/VBox/Devices/Network/
H A DDevPCNet.cpp194 # error fix macros (and more in this file) for big-endian machines
472 /** @todo All structs: big endian? */
2523 AssertMsg(fDropFrame, ("pcnetAsyncTransmit: Frame is too big!!! %d bytes\n", pSgBuf->cbUsed + cb));
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 436 milliseconds