HomeSort by: relevance | last modified time | path
    Searched refs:get_ids (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/hdb/
hdb-sqlite.c 48 sqlite3_stmt *get_ids; member in struct:hdb_sqlite_db
171 &hsdb->get_ids,
222 if (hsdb->get_ids != NULL)
223 sqlite3_finalize(hsdb->get_ids);
224 hsdb->get_ids = NULL;
597 sqlite3_stmt *get_ids = hsdb->get_ids; local
622 ret = bind_principal(context, entry->entry.principal, get_ids, 1);
626 ret = hdb_sqlite_step(context, hsdb->db, get_ids);
661 sqlite3_reset(get_ids);
933 sqlite3_stmt *get_ids = hsdb->get_ids; local
    [all...]
  /src/external/mit/isl/dist/
isl_space.c 1182 static void get_ids(__isl_keep isl_space *space, enum isl_dim_type type, function
1220 get_ids(space, isl_dim_param, 0, space->nparam, ids);
1221 get_ids(space, isl_dim_in, 0, space->n_in, ids + nparam);
1222 get_ids(space, isl_dim_out, 0, space->n_out,
1366 get_ids(space, t, 0, s[t - o], ids + off);
1369 get_ids(space, t, 0, pos, ids + off);
1371 get_ids(space, t, pos, s[t - o] - pos,
1445 get_ids(space, t, 0, dst_pos, ids + off);
1447 get_ids(space, src_type, src_pos, n, ids + off);
1449 get_ids(space, t, dst_pos, s[t - o] - dst_pos
    [all...]

Completed in 17 milliseconds