Home
last modified time | relevance | path

Searched refs:char_pointer (Results 1 – 25 of 130) sorted by relevance

123456

/dports/comms/owfs/owfs-3.2p4/module/owshell/src/c/
H A Dowwrite.c108 int char_pointer = 0 ; // pointer into return_string in HexConvert() local
121 ++char_pointer ; in HexConvert()
127 …return_string[char_pointer] = HexVal(input_string[hex_pointer]) * 16 + HexVal(input_string[hex_poi… in HexConvert()
129 ++char_pointer ; in HexConvert()
133 return_string[ char_pointer] = '\0' ; // trailing null in HexConvert()
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/base/
H A DnsID.cpp42 #define PARSE_CHARS_TO_NUM(char_pointer, dest_variable, number_of_chars) \ argument
47 ADD_HEX_CHAR_TO_INT_OR_RETURN_FALSE(*char_pointer, dest_variable); \
48 char_pointer++; \
59 #define PARSE_HYPHEN(char_pointer) \ argument
60 if (*(char_pointer++) != '-') return false
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/glue/
H A DnsID.cpp42 #define PARSE_CHARS_TO_NUM(char_pointer, dest_variable, number_of_chars) \ argument
46 ADD_HEX_CHAR_TO_INT_OR_RETURN_FALSE(*char_pointer, dest_variable); \
47 char_pointer++; \
58 #define PARSE_HYPHEN(char_pointer) if (*(char_pointer++) != '-') return false argument
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/base/
H A DnsID.cpp42 #define PARSE_CHARS_TO_NUM(char_pointer, dest_variable, number_of_chars) \ argument
47 ADD_HEX_CHAR_TO_INT_OR_RETURN_FALSE(*char_pointer, dest_variable); \
48 char_pointer++; \
59 #define PARSE_HYPHEN(char_pointer) \ argument
60 if (*(char_pointer++) != '-') return false
/dports/www/firefox-esr/firefox-91.8.0/xpcom/base/
H A DnsID.cpp42 #define PARSE_CHARS_TO_NUM(char_pointer, dest_variable, number_of_chars) \ argument
47 ADD_HEX_CHAR_TO_INT_OR_RETURN_FALSE(*char_pointer, dest_variable); \
48 char_pointer++; \
59 #define PARSE_HYPHEN(char_pointer) \ argument
60 if (*(char_pointer++) != '-') return false
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/base/
H A DnsID.cpp42 #define PARSE_CHARS_TO_NUM(char_pointer, dest_variable, number_of_chars) \ argument
47 ADD_HEX_CHAR_TO_INT_OR_RETURN_FALSE(*char_pointer, dest_variable); \
48 char_pointer++; \
59 #define PARSE_HYPHEN(char_pointer) \ argument
60 if (*(char_pointer++) != '-') return false
/dports/www/firefox/firefox-99.0/xpcom/base/
H A DnsID.cpp105 #define PARSE_CHARS_TO_NUM(char_pointer, dest_variable, number_of_chars) \ argument
110 ADD_HEX_CHAR_TO_INT_OR_RETURN_FALSE(*char_pointer, dest_variable); \
111 char_pointer++; \
122 #define PARSE_HYPHEN(char_pointer) \ argument
123 if (*(char_pointer++) != '-') return false
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/poly_collection/detail/
H A Dstride_iterator.hpp91 using char_pointer=typename std::conditional< typedef in boost::poly_collection::detail::stride_iterator
97 static char_pointer char_ptr(Value* p)noexcept in char_ptr()
98 {return reinterpret_cast<char_pointer>(p);} in char_ptr()
99 static Value* value_ptr(char_pointer p)noexcept in value_ptr()
/dports/devel/boost-docs/boost_1_72_0/boost/poly_collection/detail/
H A Dstride_iterator.hpp122 using char_pointer=typename std::conditional< typedef in boost::poly_collection::detail::stride_iterator
128 static char_pointer char_ptr(Value* p)noexcept in char_ptr()
129 {return reinterpret_cast<char_pointer>(p);} in char_ptr()
130 static Value* value_ptr(char_pointer p)noexcept in value_ptr()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/poly_collection/detail/
H A Dstride_iterator.hpp122 using char_pointer=typename std::conditional< typedef in boost::poly_collection::detail::stride_iterator
128 static char_pointer char_ptr(Value* p)noexcept in char_ptr()
129 {return reinterpret_cast<char_pointer>(p);} in char_ptr()
130 static Value* value_ptr(char_pointer p)noexcept in value_ptr()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/poly_collection/detail/
H A Dstride_iterator.hpp122 using char_pointer=typename std::conditional< typedef in boost::poly_collection::detail::stride_iterator
128 static char_pointer char_ptr(Value* p)noexcept in char_ptr()
129 {return reinterpret_cast<char_pointer>(p);} in char_ptr()
130 static Value* value_ptr(char_pointer p)noexcept in value_ptr()
/dports/devel/boost-libs/boost_1_72_0/boost/poly_collection/detail/
H A Dstride_iterator.hpp122 using char_pointer=typename std::conditional< typedef in boost::poly_collection::detail::stride_iterator
128 static char_pointer char_ptr(Value* p)noexcept in char_ptr()
129 {return reinterpret_cast<char_pointer>(p);} in char_ptr()
130 static Value* value_ptr(char_pointer p)noexcept in value_ptr()
/dports/devel/boost-python-libs/boost_1_72_0/boost/poly_collection/detail/
H A Dstride_iterator.hpp122 using char_pointer=typename std::conditional< typedef in boost::poly_collection::detail::stride_iterator
128 static char_pointer char_ptr(Value* p)noexcept in char_ptr()
129 {return reinterpret_cast<char_pointer>(p);} in char_ptr()
130 static Value* value_ptr(char_pointer p)noexcept in value_ptr()
/dports/devel/hyperscan/boost_1_75_0/boost/poly_collection/detail/
H A Dstride_iterator.hpp122 using char_pointer=typename std::conditional< typedef in boost::poly_collection::detail::stride_iterator
128 static char_pointer char_ptr(Value* p)noexcept in char_ptr()
129 {return reinterpret_cast<char_pointer>(p);} in char_ptr()
130 static Value* value_ptr(char_pointer p)noexcept in value_ptr()
/dports/games/supertux/supertux-0.1.3/src/
H A Dtype.cpp101 char* char_pointer; in string_list_sort() local
102 char_pointer = pstring_list->item[i]; in string_list_sort()
104 pstring_list->item[i+1] = char_pointer; in string_list_sort()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.c-torture/compile/
H A DBUG23.c7 char *char_pointer; in main() local
16 c = cp - char_pointer; in main()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.c-torture/unsorted/
H A DBUG23.c7 char *char_pointer; in main() local
16 c = cp - char_pointer; in main()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.c-torture/compile/
H A DBUG23.c7 char *char_pointer; in main() local
16 c = cp - char_pointer; in main()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.c-torture/compile/
H A DBUG23.c7 char *char_pointer; in main() local
16 c = cp - char_pointer; in main()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.c-torture/unsorted/
H A DBUG23.c7 char *char_pointer; in main() local
16 c = cp - char_pointer; in main()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/gcc.c-torture/unsorted/
H A DBUG23.c7 char *char_pointer; in main() local
16 c = cp - char_pointer; in main()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/compile/
H A DBUG23.c7 char *char_pointer; in main() local
16 c = cp - char_pointer; in main()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/compile/
H A DBUG23.c7 char *char_pointer; in main() local
16 c = cp - char_pointer; in main()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/
H A DBUG23.c7 char *char_pointer; in main() local
16 c = cp - char_pointer; in main()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/compile/
H A DBUG23.c7 char *char_pointer; in main() local
16 c = cp - char_pointer; in main()

123456