Home
last modified time | relevance | path

Searched refs:data_count (Results 1 - 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dsnow_dwt.h50 int data_count; member
H A Dsnow_dwt.c37 buf->data_count = max_allocated_lines; in ff_slice_buffer_init()
109 for (i = buf->data_count - 1; i >= 0; i--) in ff_slice_buffer_destroy()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-printer.cc2080 int data_count = data_field_count(); in LoadHandlerPrint() local
2081 if (data_count >= 1) { in LoadHandlerPrint()
2084 if (data_count >= 2) { in LoadHandlerPrint()
2087 if (data_count >= 3) { in LoadHandlerPrint()
2098 int data_count = data_field_count(); in StoreHandlerPrint() local
2099 if (data_count >= 1) { in StoreHandlerPrint()
2102 if (data_count >= 2) { in StoreHandlerPrint()
2105 if (data_count >= 3) { in StoreHandlerPrint()
H A Dobjects-debug.cc1807 int data_count = data_field_count(); in DataHandlerVerify() local
1808 if (data_count >= 1) { in DataHandlerVerify()
1811 if (data_count >= 2) { in DataHandlerVerify()
1814 if (data_count >= 3) { in DataHandlerVerify()
/third_party/sqlite/include/
H A Dsqlite3ext.h91 int (*data_count)(sqlite3_stmt*pStmt); member
443 #define sqlite3_data_count sqlite3_api->data_count
/third_party/node/deps/v8/src/heap/
H A Dfactory.h804 int data_count, AllocationType allocation = AllocationType::kOld);
805 Handle<StoreHandler> NewStoreHandler(int data_count);
H A Dfactory.cc3533 Handle<LoadHandler> Factory::NewLoadHandler(int data_count, in NewLoadHandler() argument
3536 switch (data_count) { in NewLoadHandler()
3552 Handle<StoreHandler> Factory::NewStoreHandler(int data_count) { in NewStoreHandler() argument
3554 switch (data_count) { in NewStoreHandler()
/third_party/mesa3d/src/imagination/vulkan/pds/
H A Dpvr_pds.h122 unsigned int data_count; member
/third_party/sqlite/src/
H A Dsqlite3.c[all...]

Completed in 144 milliseconds