/bionic/libc/bionic/ |
__cxa_guard.cpp | 56 const static int ready = 0x1; 69 const static int ready = letoh32(0x1);
|
/bionic/libc/kernel/uapi/linux/ |
isdn_ppp.h | 21 #define CALLTYPE_INCOMING 0x1 62 #define IPPP_COMP_FLAG_XMIT 0x1
|
if_vlan.h | 37 VLAN_FLAG_REORDER_HDR = 0x1,
|
tcp_metrics.h | 24 #define TCP_METRICS_GENL_VERSION 0x1
|
/development/ndk/platforms/android-L/include/linux/ |
isdn_ppp.h | 21 #define CALLTYPE_INCOMING 0x1 62 #define IPPP_COMP_FLAG_XMIT 0x1
|
/external/chromium_org/chrome/browser/ui/panels/ |
panel_constants.h | 71 RESIZABLE_TOP = 0x1, 89 TOP_ROUNDED = 0x1,
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGPathElement.idl | 45 float x, float y, float x1, float y1, float x2, float y2); 47 float x, float y, float x1, float y1, float x2, float y2); 50 float x, float y, float x1, float y1); 52 float x, float y, float x1, float y1);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_debug.h | 39 #define DEBUG_PIPE 0x1 56 #define PERF_TEX_MEM 0x1 /* minimize texture cache footprint */
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
arc.h | 50 VGfloat x1, y1, x2, y2; member in struct:arc 57 VGfloat x1, VGfloat y1,
|
bezier.h | 34 float x1, y1; member in struct:bezier 51 float x1, float y1,
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests/ |
cofftimes.asm | 5 times 0x1 mov eax, eax
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/ |
elftimes.asm | 5 times 0x1 mov eax, eax
|
/external/chromium_org/tools/idl_parser/test_parser/ |
enum_ppapi.idl | 115 noodles = 0x1 << 0x2,
|
/external/clang/test/CXX/temp/temp.spec/ |
no-body.cpp | 45 template<typename T> struct x1 { }; // expected-note {{explicitly specialized declaration is here}} struct 53 template struct x1<int> { }; // expected-error {{explicit template instantiation cannot have a definition; if this definition is meant to be an explicit specialization, add '<>' after the 'template' keyword}} \ struct in namespace:args_bad 54 expected-error {{class template specialization of 'x1' must occur at global scope}}
|
/external/clang/test/Sema/ |
bitfield-promote.c | 9 struct { int x : 8; } x1; variable in typeref:struct:__anon23692 11 __typeof__(((long long)x1.x + 1)) y1;
|
/external/clang/test/SemaCXX/ |
dcl_ambig_res.cpp | 18 S x1(int()); // expected-warning{{disambiguated as a function declaration}} expected-note{{add a pair of parentheses}} 19 x1(&returns_an_int);
|
warn-dangling-field.cpp | 27 X &x1, *x2; member in struct:S3 28 S3(Y y) : x1(y), x2(y) {} // no-warning: conversion operator
|
/external/kernel-headers/original/uapi/linux/ |
isdn_ppp.h | 16 #define CALLTYPE_INCOMING 0x1 57 #define IPPP_COMP_FLAG_XMIT 0x1
|
/external/llvm/test/MC/AArch64/ |
trace-regs-diagnostics.s | 24 msr trcidr4, x1 36 msr trcdevtype, x1 44 msr trcpidr3, x1 46 msr trccidr1, x1 83 // CHECK-NEXT: msr trcidr4, x1 119 // CHECK-NEXT: msr trcdevtype, x1 143 // CHECK-NEXT: msr trcpidr3, x1 149 // CHECK-NEXT: msr trccidr1, x1
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_debug.h | 39 #define DEBUG_PIPE 0x1 56 #define PERF_TEX_MEM 0x1 /* minimize texture cache footprint */
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
arc.h | 50 VGfloat x1, y1, x2, y2; member in struct:arc 57 VGfloat x1, VGfloat y1,
|
bezier.h | 34 float x1, y1; member in struct:bezier 51 float x1, float y1,
|
/bionic/libm/include/arm/machine/ |
fenv.h | 57 #define FE_UPWARD 0x1
|
/bionic/libm/include/arm64/machine/ |
fenv.h | 96 #define FE_UPWARD 0x1
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
smp.h | 34 #define SMP_RESCHEDULE_YOURSELF 0x1
|