PostgreSQL Source Code
git master
|
#include "port/simd.h"
Go to the source code of this file.
Functions | |
static bool | pg_lfind8 (uint8 key, uint8 *base, uint32 nelem) |
static bool | pg_lfind8_le (uint8 key, uint8 *base, uint32 nelem) |
static bool | pg_lfind32_one_by_one_helper (uint32 key, const uint32 *base, uint32 nelem) |
static bool | pg_lfind32 (uint32 key, const uint32 *base, uint32 nelem) |
Definition at line 153 of file pg_lfind.h.
References Assert, i, sort-test::key, and pg_lfind32_one_by_one_helper().
Referenced by test_lfind32(), TransactionIdIsInProgress(), XidInMVCCSnapshot(), and XidIsConcurrent().
|
inlinestatic |
Definition at line 90 of file pg_lfind.h.
References i, and sort-test::key.
Referenced by pg_lfind32().
Definition at line 26 of file pg_lfind.h.
References chunk, i, sort-test::key, vector8_has(), and vector8_load().
Referenced by json_lex_string(), and test_lfind8_internal().
Definition at line 58 of file pg_lfind.h.
References chunk, i, sort-test::key, vector8_has_le(), and vector8_load().
Referenced by json_lex_string(), and test_lfind8_le_internal().