HomeSort by relevance Sort by last modified time
    Searched refs:tdb (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/e2fsprogs/lib/ext2fs/tdb/
build-tdb 3 # This file creates a stand-alone TDB based on a set of sources from
6 #BASE_DIR=/usr/projects/samba/samba-4.0.0tp4/source/lib/tdb
7 BASE_DIR=/usr/projects/samba/tdb
12 freelistcheck.c traverse.c dump.c tdb.c open.c"
15 echo "/*" > tdb.c
16 grep ^URL .svninfo >> tdb.c
17 grep "^Last Changed Rev" .svninfo | sed -e 's/Last Changed //' >> tdb.c
18 grep "^Last Changed Date" .svninfo >> tdb.c
19 echo "*/" >> tdb.c
21 cat $BASE_DIR/common/tdb_private.h >> tdb.
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdb.c 2 URL: svn://svnanon.samba.org/samba/branches/SAMBA_4_0/source/lib/tdb/common
13 ** NOTE! The following LGPL license applies to the tdb
111 #include "tdb.h"
126 #define TDB_MAGIC_FOOD "TDB file\n"
141 #define TDB_HASHTABLE_SIZE(tdb) ((tdb->header.hash_size+1)*sizeof(tdb_off_t))
148 /* NB assumes there is a local variable called "tdb" that is the
151 #define TDB_LOG(x) tdb->log.log_fn x
163 #define BUCKET(hash) ((hash) % tdb->header.hash_size)
165 #define DOCONV() (tdb->flags & TDB_CONVERT
3818 struct tdb_context *tdb; local
4122 struct tdb_context *tdb; local
    [all...]
tdb.h 11 ** NOTE! The following LGPL license applies to the tdb
51 #define TDB_ERRCODE(code, ret) ((tdb->ecode = (code)), ret)
79 /* ext2fs tdb renames */
152 void tdb_set_max_dead(struct tdb_context *tdb, int max_dead);
154 int tdb_reopen(struct tdb_context *tdb);
156 void tdb_set_logging_function(struct tdb_context *tdb, const struct tdb_logging_context *log_ctx);
157 enum TDB_ERROR tdb_error(struct tdb_context *tdb);
158 const char *tdb_errorstr(struct tdb_context *tdb);
159 TDB_DATA tdb_fetch(struct tdb_context *tdb, TDB_DATA key);
160 int tdb_parse_record(struct tdb_context *tdb, TDB_DATA key
    [all...]
  /external/clang/test/CodeGen/
builtins-systemz.c 12 void test_htm1(struct __htm_tdb *tdb, int reg, int *mem, uint64_t *mem64) {
19 __builtin_tbegin (tdb);
28 __builtin_tbegin_nofloat (tdb);
39 __builtin_tbegin_retry (tdb, 6);
52 __builtin_tbegin_retry_nofloat (tdb, 6);
115 void * const tdb = &tdb_struct; local
121 result = __TM_begin (tdb);
131 result = __TM_nesting_depth (tdb);
134 result = __TM_is_user_abort (tdb);
135 result = __TM_is_named_user_abort (tdb, &code)
    [all...]
  /external/python/cpython2/Lib/bsddb/test/
test_dbtables.py 48 self.tdb = dbtables.bsdTableDB(
52 self.tdb.close()
63 self.tdb.Drop(tabname)
66 self.tdb.CreateTable(tabname, [colname])
69 self.tdb.Insert(tabname, {colname: pickle.dumps(3.14159, 1)})
71 self.tdb.Insert(tabname, {colname: pickle.dumps(3.14159,
75 self.tdb._db_print()
77 values = self.tdb.Select(
113 self.tdb.Drop(tabname)
116 self.tdb.CreateTable(tabname, [col0, col1, col2]
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/
test_dbtables.py 50 self.tdb = dbtables.bsdTableDB(
54 self.tdb.close()
65 self.tdb.Drop(tabname)
68 self.tdb.CreateTable(tabname, [colname])
71 self.tdb.Insert(tabname, {colname: pickle.dumps(3.14159, 1)})
73 self.tdb.Insert(tabname, {colname: pickle.dumps(3.14159,
77 self.tdb._db_print()
79 values = self.tdb.Select(
115 self.tdb.Drop(tabname)
118 self.tdb.CreateTable(tabname, [col0, col1, col2]
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/
test_dbtables.py 50 self.tdb = dbtables.bsdTableDB(
54 self.tdb.close()
65 self.tdb.Drop(tabname)
68 self.tdb.CreateTable(tabname, [colname])
71 self.tdb.Insert(tabname, {colname: pickle.dumps(3.14159, 1)})
73 self.tdb.Insert(tabname, {colname: pickle.dumps(3.14159,
77 self.tdb._db_print()
79 values = self.tdb.Select(
115 self.tdb.Drop(tabname)
118 self.tdb.CreateTable(tabname, [col0, col1, col2]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbtables.py 50 self.tdb = dbtables.bsdTableDB(
54 self.tdb.close()
65 self.tdb.Drop(tabname)
68 self.tdb.CreateTable(tabname, [colname])
71 self.tdb.Insert(tabname, {colname: pickle.dumps(3.14159, 1)})
73 self.tdb.Insert(tabname, {colname: pickle.dumps(3.14159,
77 self.tdb._db_print()
79 values = self.tdb.Select(
115 self.tdb.Drop(tabname)
118 self.tdb.CreateTable(tabname, [col0, col1, col2]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbtables.py 50 self.tdb = dbtables.bsdTableDB(
54 self.tdb.close()
65 self.tdb.Drop(tabname)
68 self.tdb.CreateTable(tabname, [colname])
71 self.tdb.Insert(tabname, {colname: pickle.dumps(3.14159, 1)})
73 self.tdb.Insert(tabname, {colname: pickle.dumps(3.14159,
77 self.tdb._db_print()
79 values = self.tdb.Select(
115 self.tdb.Drop(tabname)
118 self.tdb.CreateTable(tabname, [col0, col1, col2]
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/
htmxlintrin.h 230 __TM_begin (void* const tdb)
232 return __builtin_tbegin_nofloat (tdb);
263 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
268 if (tdb->format != 1)
270 return tdb->nesting_depth;
278 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
280 if (tdb->format != 1)
283 return !!(tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE);
289 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
291 if (tdb->format != 1
305 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
315 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
325 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
333 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
349 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
356 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8/include/
htmxlintrin.h 230 __TM_begin (void* const tdb)
232 return __builtin_tbegin_nofloat (tdb);
263 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
268 if (tdb->format != 1)
270 return tdb->nesting_depth;
278 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
280 if (tdb->format != 1)
283 return !!(tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE);
289 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
291 if (tdb->format != 1
305 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
315 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
325 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
333 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
349 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
356 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
    [all...]
  /external/clang/lib/Headers/
htmxlintrin.h 263 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
268 if (tdb->format != 1)
270 return tdb->nesting_depth;
278 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
280 if (tdb->format != 1)
283 return !!(tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE);
289 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
291 if (tdb->format != 1)
294 if (tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE)
296 *__code = tdb->abort_code - _HTM_FIRST_USER_ABORT_CODE
305 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
315 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
325 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
333 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
349 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
356 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
htmxlintrin.h 263 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
268 if (tdb->format != 1)
270 return tdb->nesting_depth;
278 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
280 if (tdb->format != 1)
283 return !!(tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE);
289 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
291 if (tdb->format != 1)
294 if (tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE)
296 *__code = tdb->abort_code - _HTM_FIRST_USER_ABORT_CODE
305 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
315 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
325 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
333 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
349 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
356 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
htmxlintrin.h 263 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
268 if (tdb->format != 1)
270 return tdb->nesting_depth;
278 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
280 if (tdb->format != 1)
283 return !!(tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE);
289 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
291 if (tdb->format != 1)
294 if (tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE)
296 *__code = tdb->abort_code - _HTM_FIRST_USER_ABORT_CODE
305 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
315 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
325 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
333 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
349 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
356 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
htmxlintrin.h 263 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
268 if (tdb->format != 1)
270 return tdb->nesting_depth;
278 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
280 if (tdb->format != 1)
283 return !!(tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE);
289 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
291 if (tdb->format != 1)
294 if (tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE)
296 *__code = tdb->abort_code - _HTM_FIRST_USER_ABORT_CODE
305 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
315 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
325 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
333 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
349 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
356 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/
htmxlintrin.h 259 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
264 if (tdb->format != 1)
266 return tdb->nesting_depth;
274 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
276 if (tdb->format != 1)
279 return !!(tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE);
285 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
287 if (tdb->format != 1)
290 if (tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE)
292 *__code = tdb->abort_code - _HTM_FIRST_USER_ABORT_CODE
301 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
311 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
321 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
329 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
345 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
352 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/
htmxlintrin.h 259 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
264 if (tdb->format != 1)
266 return tdb->nesting_depth;
274 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
276 if (tdb->format != 1)
279 return !!(tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE);
285 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
287 if (tdb->format != 1)
290 if (tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE)
292 *__code = tdb->abort_code - _HTM_FIRST_USER_ABORT_CODE
301 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
311 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
321 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
329 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
345 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
352 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/
htmxlintrin.h 259 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
264 if (tdb->format != 1)
266 return tdb->nesting_depth;
274 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
276 if (tdb->format != 1)
279 return !!(tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE);
285 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
287 if (tdb->format != 1)
290 if (tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE)
292 *__code = tdb->abort_code - _HTM_FIRST_USER_ABORT_CODE
301 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
311 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
321 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
329 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
345 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
352 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
htmxlintrin.h 259 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
264 if (tdb->format != 1)
266 return tdb->nesting_depth;
274 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
276 if (tdb->format != 1)
279 return !!(tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE);
285 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
287 if (tdb->format != 1)
290 if (tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE)
292 *__code = tdb->abort_code - _HTM_FIRST_USER_ABORT_CODE
301 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
311 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
321 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
329 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
345 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
352 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
htmxlintrin.h 263 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
268 if (tdb->format != 1)
270 return tdb->nesting_depth;
278 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
280 if (tdb->format != 1)
283 return !!(tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE);
289 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
291 if (tdb->format != 1)
294 if (tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE)
296 *__code = tdb->abort_code - _HTM_FIRST_USER_ABORT_CODE
305 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
315 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
325 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
333 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
349 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
356 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/
htmxlintrin.h 263 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
268 if (tdb->format != 1)
270 return tdb->nesting_depth;
278 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
280 if (tdb->format != 1)
283 return !!(tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE);
289 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
291 if (tdb->format != 1)
294 if (tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE)
296 *__code = tdb->abort_code - _HTM_FIRST_USER_ABORT_CODE
305 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
315 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
325 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
333 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
349 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
356 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
htmxlintrin.h 263 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
268 if (tdb->format != 1)
270 return tdb->nesting_depth;
278 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
280 if (tdb->format != 1)
283 return !!(tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE);
289 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
291 if (tdb->format != 1)
294 if (tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE)
296 *__code = tdb->abort_code - _HTM_FIRST_USER_ABORT_CODE
305 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
315 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
325 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
333 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
349 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
356 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/lib64/clang/5.0/include/
htmxlintrin.h 259 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
264 if (tdb->format != 1)
266 return tdb->nesting_depth;
274 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
276 if (tdb->format != 1)
279 return !!(tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE);
285 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
287 if (tdb->format != 1)
290 if (tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE)
292 *__code = tdb->abort_code - _HTM_FIRST_USER_ABORT_CODE
301 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
311 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
321 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
329 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
345 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
352 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/lib64/clang/5.0/include/
htmxlintrin.h 259 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
264 if (tdb->format != 1)
266 return tdb->nesting_depth;
274 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
276 if (tdb->format != 1)
279 return !!(tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE);
285 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
287 if (tdb->format != 1)
290 if (tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE)
292 *__code = tdb->abort_code - _HTM_FIRST_USER_ABORT_CODE
301 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
311 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
321 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
329 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
345 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
352 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/lib64/clang/5.0/include/
htmxlintrin.h 259 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
264 if (tdb->format != 1)
266 return tdb->nesting_depth;
274 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
276 if (tdb->format != 1)
279 return !!(tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE);
285 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
287 if (tdb->format != 1)
290 if (tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE)
292 *__code = tdb->abort_code - _HTM_FIRST_USER_ABORT_CODE
301 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
311 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
321 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
329 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
345 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
352 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
    [all...]

Completed in 714 milliseconds

1 2 3