OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nrec
(Results
1 - 10
of
10
) sorted by null
/hardware/libhardware/include/hardware/
bt_hf.h
132
typedef void (* bthf_nrec_cmd_callback)(bthf_nrec_t
nrec
, bt_bdaddr_t *bd_addr);
/external/syslinux/core/fs/ntfs/
ntfs.c
77
static void ntfs_fixups_writeback(struct fs_info *fs, struct ntfs_record *
nrec
)
86
if (
nrec
->magic != NTFS_MAGIC_FILE &&
nrec
->magic != NTFS_MAGIC_INDX)
90
usa = (uint16_t *)((uint8_t *)
nrec
+
nrec
->usa_ofs);
94
usa_count =
nrec
->usa_count - 1; /* exclude the USA number */
96
blk = (uint16_t *)((uint8_t *)
nrec
+ SECTOR_SIZE(fs) - 2);
[
all
...]
/device/linaro/bootloader/edk2/StdLib/Include/Lua/
lua.h
229
LUA_API void (lua_createtable) (lua_State *L, int narr, int
nrec
);
/external/skia/third_party/lua/src/
lua.h
229
LUA_API void (lua_createtable) (lua_State *L, int narr, int
nrec
);
lapi.c
673
LUA_API void lua_createtable (lua_State *L, int narray, int
nrec
) {
680
if (narray > 0 ||
nrec
> 0)
681
luaH_resize(L, t, narray,
nrec
);
/external/syslinux/com32/lua/src/
lua.h
234
LUA_API void (lua_createtable) (lua_State *L, int narr, int
nrec
);
lapi.c
673
LUA_API void lua_createtable (lua_State *L, int narray, int
nrec
) {
680
if (narray > 0 ||
nrec
> 0)
681
luaH_resize(L, t, narray,
nrec
);
/toolchain/binutils/binutils-2.25/bfd/
xsym.c
1700
long
nrec
, eloff, i;
local
[
all
...]
/packages/apps/Bluetooth/jni/
com_android_bluetooth_hfp.cpp
193
static void noice_reduction_callback(bthf_nrec_t
nrec
, bt_bdaddr_t* bd_addr) {
204
nrec
== BTHF_NREC_START, addr.get());
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lapi.c
673
LUA_API void lua_createtable (lua_State *L, int narray, int
nrec
) {
680
if (narray > 0 ||
nrec
> 0)
681
luaH_resize(L, t, narray,
nrec
);
Completed in 3499 milliseconds