HomeSort by: relevance | last modified time | path
    Searched refs:ge (Results 1 - 25 of 68) sorted by relevancy

1 2 3

  /src/tests/fs/tmpfs/
t_statvfs.sh 45 [ $((${f_bsize} * ${f_blocks})) -ge $((10 * 1024 * 1024)) ] || \
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/
aeabi_dcmp.S 12 // int __aeabi_dcmp{eq,lt,le,ge,gt}(double a, double b) {
13 // int result = __{eq,lt,le,ge,gt}df2(a, b);
39 DEFINE_AEABI_DCMP(ge)
aeabi_fcmp.S 12 // int __aeabi_fcmp{eq,lt,le,ge,gt}(float a, float b) {
13 // int result = __{eq,lt,le,ge,gt}sf2(a, b);
39 DEFINE_AEABI_FCMP(ge)
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
orion5x-mv88f5181.dtsi 38 pmx_ge: pmx-ge {
42 marvell,function = "ge";
  /src/bin/test/
TEST.csh 120 echo 't 200 -ge 200'
121 t 200 -ge 200
122 echo 't 34 -ge 222'
123 t 34 -ge 222
  /src/distrib/acorn32/
mksparkive.sh 172 if [ $size1 -ge $size2 ]
177 if [ $nbits -ge 128 ]
  /src/share/mk/
bsd.links.mk 33 while test $$# -ge 2; do \
67 while test $$# -ge 2; do \
bsd.inc.mk 45 while test $$# -ge 2; do \
  /src/usr.bin/rump_wmd/
rump_wmd.sh 72 [ ${DEBUGLEVEL} -ge ${1} ] && \
  /src/tests/usr.bin/xlint/lint1/
accept.sh 84 elif [ $? -ge 128 ]; then
  /src/sys/arch/hpcsh/dev/hd6446x/
hd6446x_subr.S 47 cmp/ge r4, r0 /* r0 >= r4 ? T = 1 */
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
gtt.c 1133 struct intel_vgpu_ppgtt_spt *s, struct intel_gvt_gtt_entry *ge)
1137 se->type = ge->type;
1138 se->val64 = ge->val64;
1251 struct intel_gvt_gtt_entry *ge)
1254 struct intel_gvt_gtt_entry se = *ge;
1259 if (!pte_ops->test_present(ge))
1262 gfn = pte_ops->get_pfn(ge);
1264 switch (ge->type) {
1278 ret = is_2MB_gtt_possible(vgpu, ge);
1309 struct intel_gvt_gtt_entry se, ge; local in function:ppgtt_populate_spt
1691 struct intel_gvt_gtt_entry ge; local in function:intel_vgpu_flush_post_shadow
1816 struct intel_gvt_gtt_entry ge, se; local in function:shadow_ppgtt_mm
    [all...]
  /src/sys/arch/arm/arm32/
spl.S 79 RETc(ge)
  /src/tests/usr.bin/c++/
t_fuzzer_oom.sh 36 if [ "$CLANG_MAJOR" -ge "7" ]; then
t_fuzzer_simple.sh 36 if [ "$CLANG_MAJOR" -ge "7" ]; then
t_fuzzer_timeout.sh 36 if [ "$CLANG_MAJOR" -ge "7" ]; then
t_msan_allocated_memory.sh 36 if [ "$CLANG_MAJOR" -ge "7" ]; then
t_msan_check_mem.sh 36 if [ "$CLANG_MAJOR" -ge "7" ]; then
t_msan_free.sh 36 if [ "$CLANG_MAJOR" -ge "7" ]; then
t_msan_heap.sh 36 if [ "$CLANG_MAJOR" -ge "7" ]; then
t_msan_poison.sh 36 if [ "$CLANG_MAJOR" -ge "7" ]; then
t_msan_stack.sh 36 if [ "$CLANG_MAJOR" -ge "7" ]; then
  /src/tests/usr.bin/cc/
t_fuzzer_oom.sh 36 if [ "$CLANG_MAJOR" -ge "7" ]; then
t_fuzzer_simple.sh 36 if [ "$CLANG_MAJOR" -ge "7" ]; then
t_fuzzer_timeout.sh 36 if [ "$CLANG_MAJOR" -ge "7" ]; then

Completed in 67 milliseconds

1 2 3