Searched refs:glb (Results 1 – 12 of 12) sorted by relevance
/external/clang/test/CodeGenCXX/ |
D | debug-info-template.cpp | 22 int glb; variable 43 &glb, 139 NN<tmpl_impl, glb, glb> nn;
|
/external/u-boot/board/freescale/common/ |
D | fsl_validate.c | 31 static struct fsl_secboot_glb glb; variable 282 memcpy(&glb.ie_tbl, (u8 *)ie_tbl_addr, sizeof(struct ie_key_info)); in install_ie_tbl() 283 img->ie_addr = (uintptr_t)&glb.ie_tbl; in install_ie_tbl() 284 glb.ie_addr = img->ie_addr; in install_ie_tbl() 842 if (glb.ie_addr) in secboot_init() 843 img->ie_addr = glb.ie_addr; in secboot_init()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/ |
D | RandomDataImpl.java | 918 final int glb = distribution.inverseCumulativeProbability(target); 919 if (distribution.cumulativeProbability(glb) == 1.0d) { // No mass above 920 return glb; 922 return glb + 1;
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/ |
D | TypeHelper.java | 366 Ti = glb(new HashSet<>(Arrays.asList(Ui, Bi))); in nonWildcardParameterizationOf() 396 public static ResolvedType glb(Set<ResolvedType> types) { in glb() method in TypeHelper
|
D | BoundSet.java | 693 Ti = glb(properUpperBounds); in performResolution()
|
/external/v8/src/compiler/ |
D | types.cc | 105 bitset glb = BitsetType::Glb(AsRange()->Min(), AsRange()->Max()); in BitsetGlb() local 106 return glb; in BitsetGlb() 406 int glb = kNone; in Glb() local 410 if (max < -1 || min > 0) return glb; in Glb() 415 glb |= mins[i].external; in Glb() 420 return glb & ~(kOtherNumber); in Glb()
|
/external/libxml2/ |
D | regressions.py | 233 glb = glob.glob(dir + f) 234 for g in glb:
|
/external/python/cpython3/Doc/faq/ |
D | extending.rst | 333 PyObject *src, *glb, *loc; 338 glb = PyDict_New (); 339 PyDict_SetItemString (glb, "__builtins__", PyEval_GetBuiltins ()); 379 dum = PyEval_EvalCode (src, glb, loc); 422 Py_XDECREF(glb);
|
/external/python/cpython2/Doc/faq/ |
D | extending.rst | 342 PyObject *src, *glb, *loc; 347 glb = PyDict_New (); 348 PyDict_SetItemString (glb, "__builtins__", PyEval_GetBuiltins ()); 388 dum = PyEval_EvalCode ((PyCodeObject *)src, glb, loc); 431 Py_XDECREF(glb);
|
/external/lua/src/ |
D | lauxlib.h | 107 lua_CFunction openf, int glb);
|
D | lauxlib.c | 972 lua_CFunction openf, int glb) { in luaL_requiref() argument 984 if (glb) { in luaL_requiref()
|
/external/grpc-grpc/doc/ |
D | environment_variables.md | 53 - glb - traces the grpclb load balancer
|