Home
last modified time | relevance | path

Searched defs:h (Results 1 – 25 of 98) sorted by relevance

1234

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dimghdr.py9 def what(file, h=None): argument
37 def test_jpeg(h, f): argument
44 def test_exif(h, f): argument
51 def test_png(h, f): argument
57 def test_gif(h, f): argument
64 def test_tiff(h, f): argument
71 def test_rgb(h, f): argument
78 def test_pbm(h, f): argument
86 def test_pgm(h, f): argument
94 def test_ppm(h, f): argument
[all …]
Dsndhdr.py58 def test_aifc(h, f): argument
79 def test_au(h, f): argument
108 def test_hcom(h, f): argument
117 def test_voc(h, f): argument
130 def test_wav(h, f): argument
143 def test_8svx(h, f): argument
152 def test_sndt(h, f): argument
161 def test_sndr(h, f): argument
Dcolorsys.py90 def hls_to_rgb(h, l, s): argument
135 def hsv_to_rgb(h, s, v): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlstring.c52 unsigned int h = seed ^ cast(unsigned int, l); in luaS_hash() local
79 unsigned int h = lmod(gco2ts(p)->hash, newsize); /* new position */ in luaS_resize() local
99 int tag, unsigned int h, GCObject **list) { in createstrobj()
117 unsigned int h) { in newshrstr()
136 unsigned int h = luaS_hash(str, l, g->seed); in internshrstr() local
Dlgc.c94 #define gnodelast(h) gnode(h, cast(size_t, sizenode(h))) argument
100 #define linktable(h,p) ((h)->gclist = *(p), *(p) = obj2gco(h)) argument
355 static void traverseweakvalue (global_State *g, Table *h) { in traverseweakvalue()
378 static int traverseephemeron (global_State *g, Table *h) { in traverseephemeron()
416 static void traversestrongtable (global_State *g, Table *h) { in traversestrongtable()
434 static lu_mem traversetable (global_State *g, Table *h) { in traversetable()
528 Table *h = gco2t(o); in propagatemark() local
627 Table *h = gco2t(l); in clearkeys() local
645 Table *h = gco2t(l); in clearvalues() local
/device/generic/goldfish/camera/
DGrallocModule.h15 int usage, int l, int t, int w, int h, void **vaddr) { in lock()
21 int usage, int l, int t, int w, int h, in lock_ycbcr()
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DThreads.c15 WRes HandleToWRes(HANDLE h) { return (h != 0) ? 0 : GetError(); } in HandleToWRes()
18 static WRes MyCloseHandle(HANDLE *h) in MyCloseHandle()
37 WRes WaitObject(HANDLE h) in WaitObject()
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/
DJoystickView.java52 int h = mJoystickBackground.getIntrinsicHeight(); in initJoystickView() local
71 int h = mJoystickBackground.getIntrinsicHeight(); in onDraw() local
DUtilities.java8 int h = d.getIntrinsicHeight(); in centerAround() local
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dhash.c111 unsigned h=0; local
131 unsigned h=0; local
Dhash.h59 #define Hash(s,h,size) \ argument
/device/linaro/bootloader/edk2/StdLib/LibC/Math/
De_sinh.c44 double t,w,h; in __ieee754_sinh() local
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dhd_init.c41 htinit(h, s, inc) unsigned char *h; CONST unsigned char *s; int inc; in htinit() argument
Dhexnan.c63 ULong c, h, *x, *x1, *xe; local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_undocumented_details.py20 def h(): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
Dmsilib.py622 def add(self, name, x, y, w, h, text, value = None): argument
631 def __init__(self, db, name, x, y, w, h, attr, title, first, default, cancel): argument
637 def control(self, name, type, x, y, w, h, attr, prop, text, next, help): argument
642 def text(self, name, x, y, w, h, attr, text): argument
646 def bitmap(self, name, x, y, w, h, text): argument
649 def line(self, name, x, y, w, h): argument
652 def pushbutton(self, name, x, y, w, h, attr, text, next): argument
655 def radiogroup(self, name, x, y, w, h, attr, prop, text, next): argument
661 def checkbox(self, name, x, y, w, h, attr, prop, text, next): argument
/device/google/contexthub/lib/include/nanohub/
Dsha2.h31 uint32_t h[8]; member
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/sym/
Dsym.c171 register unsigned int h=0; local
193 register unsigned int h=0; local
Dtemplate.h5 #define HASH(p, h) while ( *p != '\0' ) h = (h<<1) + *p++; argument
/device/linaro/hikey/gralloc960/
Dgralloc_module.cpp141 …odule_t const* module, buffer_handle_t handle, int usage, int l, int t, int w, int h, void** vaddr) in gralloc_lock()
175 int l, int t, int w, int h, in gralloc_lock_ycbcr()
Dalloc_ion.cpp41 static void init_afbc(uint8_t *buf, uint64_t internal_format, int w, int h) in init_afbc()
215 …(alloc_device_t* dev, size_t size, int usage, buffer_handle_t* pHandle, uint64_t fmt, int w, int h) in alloc_backend_alloc()
/device/google/contexthub/sensorhal/
Dsensors.cpp83 for (auto &h : mOperationHandler) { in activate() local
94 for (auto &h: mOperationHandler) { in setDelay() local
117 for (auto &h : mOperationHandler) { in batch() local
128 for (auto &h : mOperationHandler) { in flush() local
/device/linaro/bootloader/arm-trusted-firmware/include/common/
Dbl_common.h153 param_header_t h; member
167 param_header_t h; member
187 param_header_t h; member
/device/linaro/bootloader/edk2/StdLib/LibC/Main/Arm/
Dint_types.h124 static inline ti_int make_ti(di_int h, di_int l) { in make_ti()
131 static inline tu_int make_tu(du_int h, du_int l) { in make_tu()
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dgethostbynis.c63 static struct hostent h; in _gethostbynis() local

1234