/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
info.h | 59 struct file * file, long long offset, int orig);
|
/external/skia/src/core/ |
SkUtils.cpp | 258 SkDEBUGCODE(SkUnichar orig = uni;) 275 SkASSERT(utf8 == NULL || orig == SkUTF8_ToUnichar(utf8));
|
SkScan_Path.cpp | 538 static bool clip_to_limit(const SkRegion& orig, SkRegion* reduced) { 543 if (limitR.contains(orig.getBounds())) { 546 reduced->op(orig, limitR, SkRegion::kIntersect_Op);
|
/external/webkit/Source/WebCore/platform/wx/ |
ScrollViewWx.cpp | 184 wxPoint orig(scrollOffset); 206 wxPoint delta(orig - newScrollOffset);
|
/external/compiler-rt/lib/asan/interception/mach_override/ |
mach_override.c | 246 unsigned char *orig = (unsigned char *)originalFunctionAddress; local 249 fprintf(stderr, "%x ", (unsigned int) orig[i]); 262 fprintf(stderr, "0x%x, ", (unsigned int) orig[i]); 264 fprintf(stderr, "0x%x;\");\n", (unsigned int) orig[8 * (j+1) - 1]); 433 unsigned char *orig = (unsigned char *)originalFunctionAddress; local 436 fprintf(stderr, "%x ", (unsigned int) orig[i]);
|
/external/clang/lib/StaticAnalyzer/Core/ |
PathDiagnostic.cpp | 148 if (PathDiagnostic *orig = Diags.FindNodeOrInsertPos(profile, InsertPos)) { 150 const unsigned orig_size = orig->full_size(); 159 orig->FullProfile(fullProfileOrig); 167 Diags.RemoveNode(orig); 168 delete orig;
|
/external/tremolo/Tremolo/ |
framing.c | 1163 void ogg_page_dup(ogg_page *dup,ogg_page *orig){ 1164 dup->header_len=orig->header_len; 1165 dup->body_len=orig->body_len; 1166 dup->header=ogg_buffer_dup(orig->header); 1167 dup->body=ogg_buffer_dup(orig->body);
|
/external/valgrind/main/coregrind/m_initimg/ |
initimg-linux.c | 294 char *orig = cp; local 301 VG_(printf)("copied %p \"%s\" len %lld\n", orig, orig, (Long)(cp-orig)); 305 return orig; [all...] |
/external/libxml2/ |
catalog.c | [all...] |
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
FrameLoaderClientEfl.cpp | 216 Ewk_Frame_Resource_Request orig = request; /* Initialize const fields. */ local 218 orig.url = request.url = url.data(); 222 if (request.url != orig.url) {
|
/external/svox/pico/lib/ |
picospho.c | 710 * Given the original bound strength 'orig' and the desired target strength 'target' (suggested by fst), 713 * @param orig original bound strength 717 static picoos_uint8 fstModifiedBoundStrength(picoos_uint8 orig, picoos_uint8 target) 719 switch (orig) { 732 return orig; 742 * @param orig original bound strength 747 static picoos_uint8 breakModifiedBoundStrength(picoos_uint8 orig, picoos_uint16 time, picoos_bool wasPrimary) 751 switch (orig) { 767 return orig; [all...] |
/external/mesa3d/src/glsl/ |
ir_clone.cpp | 337 ir_constant *const orig = (ir_constant *) node; local 339 c->components.push_tail(orig->clone(mem_ctx, NULL));
|
/external/kernel-headers/original/linux/netfilter_ipv4/ |
ip_conntrack.h | 209 const struct ip_conntrack_tuple *orig);
|
/external/openssh/regress/ |
Makefile | 71 ssh_config sshd_config.orig ssh_proxy sshd_config sshd_proxy \
|
/external/skia/include/views/ |
SkView.h | 322 virtual void afterChildren(SkCanvas* orig) {}
|
/external/wpa_supplicant_6/wpa_supplicant/src/radius/ |
radius.c | 588 u8 auth[MD5_MAC_LEN], orig[MD5_MAC_LEN]; local 610 os_memcpy(orig, attr + 1, MD5_MAC_LEN); 619 os_memcpy(attr + 1, orig, MD5_MAC_LEN); 625 if (os_memcmp(orig, auth, MD5_MAC_LEN) != 0) {
|
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/ |
JDKPKCS12KeyStore.java | 1603 private Hashtable orig = new Hashtable(); field in class:JDKPKCS12KeyStore.IgnoresCaseHashtable [all...] |
/external/qemu/hw/ |
bt.h | 45 #define BAINIT(orig) { .b = { \ 46 (orig)->b[0], (orig)->b[1], (orig)->b[2], \ 47 (orig)->b[3], (orig)->b[4], (orig)->b[5], \ [all...] |
/external/valgrind/main/VEX/ |
test_main.c | 566 static IRTemp findShadowTmp ( MCEnv* mce, IRTemp orig ) 568 tl_assert(orig < mce->n_originalTmps); 569 if (mce->tmpMap[orig] == IRTemp_INVALID) { 570 mce->tmpMap[orig] 572 shadowType(mce->bb->tyenv->types[orig])); 574 return mce->tmpMap[orig]; 583 static void newShadowTmp ( MCEnv* mce, IRTemp orig ) 585 tl_assert(orig < mce->n_originalTmps); 586 mce->tmpMap[orig] 588 shadowType(mce->bb->tyenv->types[orig])); [all...] |
/dalvik/vm/interp/ |
Interp.cpp | 459 u1 orig = 0; local 462 if (!dvmBreakpointSetOriginalOpcode(pSet, addr, &orig)) { 463 orig = *(u1*)addr; 464 if (orig == OP_BREAKPOINT) { 471 return orig; [all...] |
/system/security/keystore/ |
keystore.cpp | 87 Value(const uint8_t* orig, int origLen) { 89 memcpy(value, orig, origLen); 102 ValueString(const Value* orig) { 104 length = orig->length; 106 memcpy(value, orig->value, length); [all...] |
/external/bison/djgpp/ |
config.bat | 167 redir -e /dev/null update %XSRC%/configure.orig ./configure
174 test -f ./configure.orig
175 if errorlevel 1 update configure configure.orig
176 sed -f %XSRC%/djgpp/config.sed configure.orig > configure
233 test -f %XSRC%/config_h.orig
234 if errorlevel 1 update %XSRC%/config.hin %XSRC%/config_h.orig
235 sed -f %XSRC%/djgpp/config_h.sed %XSRC%/config_h.orig > config.hin
|
/external/valgrind/main/memcheck/ |
mc_translate.c | 129 static IRTemp findShadowTmpB ( struct _MCEnv* mce, IRTemp orig ); 142 When .kind is Orig, .shadowV and .shadowB may give the identities 152 enum { Orig=1, VSh=2, BSh=3 } 179 total number of Orig, V- and B- temps allocated so far. 247 static IRTemp findShadowTmpV ( MCEnv* mce, IRTemp orig ) 250 /* VG_(indexXA) range-checks 'orig', hence no need to check 252 ent = (TempMapEnt*)VG_(indexXA)( mce->tmpMap, (Word)orig ); 253 tl_assert(ent->kind == Orig); 256 = newTemp( mce, shadowTypeV(mce->sb->tyenv->types[orig]), VSh ); 259 ent = (TempMapEnt*)VG_(indexXA)( mce->tmpMap, (Word)orig ); [all...] |
/external/e2fsprogs/resize/ |
Makefile.in | 123 (cd $(top_srcdir)/.. ; find e2fsprogs \( -name \*~ -o -name \*.orig \
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
throw_allocator.h | 497 throw_value orig(__a); 499 __b = orig;
|