/external/libsepol/include/sepol/policydb/ |
expand.h | 64 extern int mls_semantic_level_expand(mls_semantic_level_t *sl, mls_level_t *l,
|
/external/v8/src/ |
log-utils.h | 145 ScopedLock sl; member in class:v8::internal::BASE_EMBEDDED
|
/external/valgrind/main/none/tests/s390x/ |
sub.c | 11 memsweep(sl, s2, 0);
|
sub.stdout.exp | 45 sl 0000000000000000 - 0000000000000000 - 1 = 0000000000000000 (cc=2) 46 sl 0000000000000001 - 0000000000000000 - 1 = 0000000000000001 (cc=3) 47 sl 000000000000FFFF - 0000000000000000 - 1 = 000000000000FFFF (cc=3) 48 sl 0000000000007FFF - 0000000000000000 - 1 = 0000000000007FFF (cc=3) 49 sl 0000000000008000 - 0000000000000000 - 1 = 0000000000008000 (cc=3) 50 sl 00000000FFFFFFFF - 0000000000000000 - 1 = 00000000FFFFFFFF (cc=3) 51 sl 0000000080000000 - 0000000000000000 - 1 = 0000000080000000 (cc=3) 52 sl 000000007FFFFFFF - 0000000000000000 - 1 = 000000007FFFFFFF (cc=3) 53 sl FFFFFFFFFFFFFFFF - 0000000000000000 - 1 = FFFFFFFFFFFFFFFF (cc=3) 54 sl 8000000000000000 - 0000000000000000 - 1 = 8000000000000000 (cc=2 [all...] |
/external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/ |
SceneLoader.java | 194 SpotLight sl = (SpotLight) light; local 195 sl.setSpotInnerAngle(inner * 0.5f); 196 sl.setSpotOuterAngle(outer * 0.5f); 391 SpotLight sl = (SpotLight) light; local 394 sl.setPosition(pos); 397 Vector3f dir = sl.getDirection(); 399 sl.setDirection(dir);
|
/system/core/libpixelflinger/ |
buffer.cpp | 39 int sh, int sl, int dh, int dl, int ch, int cl, int dither); 324 int sh, int sl, // src 329 const int sbits = sh-sl; 339 if (shift >= 0) v += (dither >> shift) << sl; 340 else v += (dither << (-shift)) << sl; 356 sl += 32-sh; 363 sl = 0;
|
/system/core/libpixelflinger/codeflinger/ |
load_store.cpp | 254 int sl = s.l; local 256 int maskLoBits = (sl!=0) ? ((s.flags & CLEAR_LO)?1:0) : 0; 257 int sbits = sh - sl; 292 sl = offset; 300 const uint32_t mask = ((1<<sbits)-1) << sl; 316 sl += 32-sh; 343 if (sl) { 344 MOV(AL, 0, ireg, reg_imm(s.reg, LSR, sl)); 345 sh -= sl; 346 sl = 0 [all...] |
/external/harfbuzz/src/ |
harfbuzz-open.c | 201 _HB_OPEN_Load_ScriptList( HB_ScriptList* sl, 221 sl->ScriptRecord = NULL; 223 if ( ALLOC_ARRAY( sl->ScriptRecord, script_count, HB_ScriptRecord ) ) 226 sr = sl->ScriptRecord; 228 sl->ScriptCount= 0; 234 sr[sl->ScriptCount].ScriptTag = GET_ULong(); 244 error = Load_Script( &sr[sl->ScriptCount].Script, stream ); 246 sl->ScriptCount += 1; 257 if ( sl->ScriptCount == 0 ) 267 for ( n = 0; n < sl->ScriptCount; n++ [all...] |
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-open.c | 201 _HB_OPEN_Load_ScriptList( HB_ScriptList* sl, 221 sl->ScriptRecord = NULL; 223 if ( ALLOC_ARRAY( sl->ScriptRecord, script_count, HB_ScriptRecord ) ) 226 sr = sl->ScriptRecord; 228 sl->ScriptCount= 0; 234 sr[sl->ScriptCount].ScriptTag = GET_ULong(); 244 error = Load_Script( &sr[sl->ScriptCount].Script, stream ); 246 sl->ScriptCount += 1; 257 if ( sl->ScriptCount == 0 ) 267 for ( n = 0; n < sl->ScriptCount; n++ [all...] |
/external/e2fsprogs/misc/ |
mke2fs.c | 898 static errcode_t init_list(struct str_list *sl) 900 sl->num = 0; 901 sl->max = 0; 902 sl->list = malloc((sl->max+1) * sizeof(char *)); 903 if (!sl->list) 905 sl->list[0] = 0; 909 static errcode_t push_string(struct str_list *sl, const char *str) 913 if (sl->num >= sl->max) [all...] |
/ndk/sources/host-tools/make-3.81/ |
main.c | 2405 register struct stringlist *sl; local 2766 struct stringlist *sl = *(struct stringlist **) cs->value_ptr; local [all...] |
/external/icu4c/config/ |
mh-hpux-gcc | 49 SO= sl
|
mh-hpux-acc | 97 SO= sl
|
/external/skia/tools/ |
filtermain.cpp | 71 SaveLayer* sl = (SaveLayer*) commands[i]; local 74 const SkPaint* p0 = sl->paint();
|
/external/kernel-headers/original/linux/ |
dccp.h | 408 static inline int dccp_list_has_service(const struct dccp_service_list *sl, 411 if (likely(sl != NULL)) { 412 u32 i = sl->dccpsl_nr; 414 if (sl->dccpsl_list[i] == service)
|
/external/quake/quake/src/QW/client/ |
gl_draw.c | 56 float sl, tl, sh, th; member in struct:__anon14138 213 gl->sl = (x+0.01)/(float)BLOCK_WIDTH; 224 gl->sl = 0; 273 gl->sl = 0; 462 gl->sl = 0; 631 DrawQuad(x, y, pic->width, pic->height, gl->sl, gl->tl, gl->sh - gl->sl, gl->th - gl->tl); 634 glTexCoord2f (gl->sl, gl->tl); 640 glTexCoord2f (gl->sl, gl->th); 665 DrawQuad(x, y, pic->width, pic->height, gl->sl, gl->tl, gl->sh - gl->sl, gl->th - gl->tl) [all...] |
/external/skia/src/gpu/ |
GrRedBlackTree.h | 670 Node* sl; local 687 //sl and sr are s's children, which may be implicit. 688 sl = s->fChildren[kLeft_Child]; 698 GrAssert(NULL != sl && kBlack_Color == sl->fColor); 704 s = sl; 709 sl = s->fChildren[kLeft_Child]; 719 slRed = (NULL != sl && kRed_Color == sl->fColor); 760 // if we made it here one or both of sl and sr is red [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/material/ |
Material.java | 687 SpotLight sl = (SpotLight) l; local 688 Vector3f pos2 = sl.getPosition(); 689 Vector3f dir2 = sl.getDirection(); 690 float invRange = sl.getInvSpotRange(); 691 float spotAngleCos = sl.getPackedAngleCos(); 776 SpotLight sl = (SpotLight) l; local 777 Vector3f pos2 = sl.getPosition(); 778 Vector3f dir2 = sl.getDirection(); 779 float invRange = sl.getInvSpotRange(); 780 float spotAngleCos = sl.getPackedAngleCos() [all...] |
/frameworks/wilhelm/tests/examples/ |
slesTestDecodeAac.cpp | 414 void TestDecToBuffQueue( SLObjectItf sl, const char *path, int fd) 480 /* Get the SL Engine Interface which is implicit */ 481 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf); 859 SLObjectItf sl; local [all...] |
/bionic/libc/upstream-dlmalloc/ |
malloc.c | 1914 int sl; member in struct:malloc_recursive_lock [all...] |
/external/clang/test/Sema/ |
compare.c | 324 long sl; local 327 b = (si == (ui = sl)); // expected-warning {{comparison of integers of different signs: 'int' and 'unsigned int'}} 328 b = (si == (ui = sl&15));
|
/external/kernel-headers/original/asm-arm/ |
thread_info.h | 40 __u32 sl; member in struct:cpu_context_save
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
LL1Analyzer.java | 228 IntSet sl = transition0.label.getSet(); local 229 return new LookaheadSet(sl);
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/ |
ESDescriptor.java | 44 if (ODProfileLevelIndication==0x01) //no SL extension.
48 else // SL extension is possible.
196 ByteBuffer sl = slConfigDescriptor.serialize();
local 198 out.put(sl.array());
|
/external/tcpdump/ |
Android.mk | 94 print-sl.c\
|